Philipp Hörist pushed to branch master at gajim / gajim
Commits:
949dc524 by Philipp Hörist at 2024-06-16T14:29:42+02:00
new: Settings: Make PopoverSetting work without binding to a setting
- - - - -
1 changed file:
- gajim/gtk/settings.py
Changes:
=====================================
gajim/gtk/settings.py
=====================================
@@ -799,6 +799,9 @@ def _on_menu_row_activated(self,
self.set_value(row.value)
+ if self.type_ == SettingType.VALUE:
+ self._on_setting_changed(row.value)
+
def on_row_activated(self) -> None:
self._popover.popup()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/949dc524aa5b63c0f414496f71d1378b33cd145d
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/949dc524aa5b63c0f414496f71d1378b33cd145d
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]