Daniel Brötzmann pushed to branch gtk4 at gajim / gajim
Commits:
b582e16e by wurstsalat at 2024-10-04T16:46:37+02:00
fix: ChatPage: Toggle chat list on start
- - - - -
1 changed file:
- gajim/gtk/chat_page.py
Changes:
=====================================
gajim/gtk/chat_page.py
=====================================
@@ -92,6 +92,7 @@ def __init__(self):
self._ui.paned.set_position(app.settings.get('chat_handle_position'))
# self._ui.paned.connect('button-release-event',
self._on_button_release) GTK4 TODO
+ self.toggle_chat_list()
self._startup_finished: bool = False
self._closed_chat_memory: list[tuple[str, JID, str]] = []
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/b582e16e27432907e3934d0dcb1643d38cb26de0
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/b582e16e27432907e3934d0dcb1643d38cb26de0
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]