Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
ceac0348 by wurstsalat at 2022-05-30T13:58:17+02:00
imprv: GroupchatControl: Bind roster revealer to hide_groupchat_occupants_list 
setting

- - - - -


1 changed file:

- gajim/gtk/controls/groupchat.py


Changes:

=====================================
gajim/gtk/controls/groupchat.py
=====================================
@@ -126,6 +126,10 @@ def __init__(self, account: str, jid: JID) -> None:
         self.xml.roster_revealer.add(self.roster)
         self.xml.roster_revealer.set_reveal_child(
             not app.settings.get('hide_groupchat_occupants_list'))
+        app.settings.bind_signal(
+            'hide_groupchat_occupants_list',
+            self.xml.roster_revealer,
+            'set_reveal_child')
         self.roster.connect('row-activated', self._on_roster_row_activated)
 
         self.add_actions()



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

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


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to