Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
c67334bd by wurstsalat at 2022-05-19T23:27:45+02:00
fix: Preferences: Add plugin settings binding for better usability
Fixes #10883
- - - - -
1 changed file:
- gajim/gtk/preferences.py
Changes:
=====================================
gajim/gtk/preferences.py
=====================================
@@ -222,14 +222,16 @@ def __init__(self, *args: Any) -> None:
_('Update automatically'),
SettingType.CONFIG,
'plugins_auto_update',
- desc=_('Update plugins automatically')),
+ desc=_('Update plugins automatically'),
+ bind='plugins_update_check'),
Setting(SettingKind.SWITCH,
_('Notify after update'),
SettingType.CONFIG,
'plugins_notify_after_update',
desc=_('Notify me when the automatic '
- 'update was successful')),
+ 'update was successful'),
+ bind='plugins_auto_update'),
]
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/c67334bd1f288e4e69a89c7811a111ad5e62f1b1
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/c67334bd1f288e4e69a89c7811a111ad5e62f1b1
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