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


Commits:
0ff6b4fe by Philipp Hörist at 2023-11-06T17:28:07+01:00
fix: Filetransfer: Always focus confirm button

Fixes #11672

- - - - -


1 changed file:

- gajim/gtk/chat_function_page.py


Changes:

=====================================
gajim/gtk/chat_function_page.py
=====================================
@@ -240,6 +240,8 @@ def set_mode(self,
             self._widget.focus()
         elif isinstance(self._widget, DataFormWidget):
             self._widget.focus_first_entry()
+        elif mode == FunctionMode.SEND_FILE:
+            self._confirm_button.grab_focus()
 
     def _on_client_state_changed(self,
                                  _client: types.Client,



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

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/0ff6b4fedc707d7775a366a6414117ebea89b357
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