Philipp Hörist pushed to branch master at gajim / gajim
Commits:
3feea9fc by Philipp Hörist at 2026-02-09T10:47:47+01:00
fix: SecurityLabels: Hide dropdown correctly if not supported
When multiple accounts are in use with mixed support for security labels,
the dropdown was not correctly hidden on chat switch.
- - - - -
1 changed file:
- gajim/gtk/security_label_selector.py
Changes:
=====================================
gajim/gtk/security_label_selector.py
=====================================
@@ -90,6 +90,7 @@ def _update_data(self) -> None:
if not app.settings.get_account_setting(
self._contact.account, "enable_security_labels"
):
+ self.set_visible(False)
return
catalog =
self._client.get_module("SecLabels").get_catalog(self._contact.jid)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/3feea9fc56f5b22bcd453d65dad37f0f31844f56
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/3feea9fc56f5b22bcd453d65dad37f0f31844f56
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]