mirror of
https://github.com/anufrievroman/waypaper.git
synced 2024-11-22 07:22:19 +03:00
fixed focus to search entry.
This commit is contained in:
parent
c540b29784
commit
8f5ec8875c
@ -77,6 +77,7 @@ class App(Gtk.Window):
|
||||
self.selected_index = 0
|
||||
self.highlighted_image_row = 0
|
||||
self.init_ui()
|
||||
self.backend_option_combo.grab_focus()
|
||||
|
||||
# Start the image processing in a separate thread:
|
||||
threading.Thread(target=self.process_images).start()
|
||||
|
Loading…
Reference in New Issue
Block a user