Philipp Hörist pushed to branch master at gajim / gajim


Commits:
ce2a8540 by Philipp Hörist at 2025-08-01T19:42:11+02:00
fix: StartChat: Make sure entry has focus always

Fixes #12396

- - - - -


1 changed file:

- gajim/gtk/start_chat.py


Changes:

=====================================
gajim/gtk/start_chat.py
=====================================
@@ -203,6 +203,7 @@ def __init__(
         self._connect(action, "change-state", self._on_sort_by_show_changed)
         self.window.add_action(action)
 
+        self._ui.search_entry.grab_focus()
         log.debug("Loading dialog finished")
         self.show()
 



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/ce2a854024975bc4b5df4626470d6e81265dd899

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/ce2a854024975bc4b5df4626470d6e81265dd899
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to