fixed focus to search entry.

This commit is contained in:
Sandesh2007 2024-11-09 19:37:41 +05:45
parent c540b29784
commit 8f5ec8875c

View File

@ -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()