Philipp Hörist pushed to branch master at gajim / gajim
Commits:
cdea5792 by Philipp Hörist at 2026-08-25T20:17:13+02:00
cfix: ActivityFeed: Show activity list when clicking the activity button
This is consistent with the behaviour when clicking the workspace which also
shows the chat list
- - - - -
1 changed file:
- gajim/gtk/main.py
Changes:
=====================================
gajim/gtk/main.py
=====================================
@@ -1243,6 +1243,9 @@ def show_activity_page(self, context_id: str | None =
None) -> None:
self._app_side_bar.show_activity_page()
self._main_stack.show_activity_page(context_id)
+ self.set_action_state("focus-mode", False)
+ self.set_action_state("chat-list-visible", True)
+
def get_control(self) -> ChatControl:
return self._chat_page.get_control()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/cdea5792f41780cdf087279b6b0233aecc6bc4a3
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/cdea5792f41780cdf087279b6b0233aecc6bc4a3
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]