Philipp Hörist pushed to branch gtk4 at gajim / gajim
Commits:
6ac65e47 by Philipp Hörist at 2024-10-19T16:30:31+02:00
cfix: AccountBadge: Set bind_setting in chat banner
- - - - -
1 changed file:
- gajim/gtk/chat_banner.py
Changes:
=====================================
gajim/gtk/chat_banner.py
=====================================
@@ -51,7 +51,7 @@ def __init__(self) -> None:
self._ui = get_builder('chat_banner.ui', self)
self.append(self._ui.banner_box)
- self._account_badge = AccountBadge()
+ self._account_badge = AccountBadge(bind_setting=True)
self._voice_requests_button = VoiceRequestsButton()
self._ui.additional_items_box.append(
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/6ac65e4787fae1ff365559537d183357b3b2e78d
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/6ac65e4787fae1ff365559537d183357b3b2e78d
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]