Mercurial > projects > package-update-indicator
diff org.guido-berhoerster.code.package-update-indicator.gschema.xml @ 58:9cbb0f8a66c4
Add setting to disable preferences widgets
This just makes the widgets in the preferences application insensitive,
settings can still be changed by directly editing the configuration file.
author | Guido Berhoerster <guido+pui@berhoerster.name> |
---|---|
date | Tue, 06 Sep 2022 19:11:21 +0200 |
parents | 08747f3a718b |
children |
line wrap: on
line diff
--- a/org.guido-berhoerster.code.package-update-indicator.gschema.xml Tue Sep 06 09:02:57 2022 +0200 +++ b/org.guido-berhoerster.code.package-update-indicator.gschema.xml Tue Sep 06 19:11:21 2022 +0200 @@ -30,5 +30,10 @@ <summary>Hide menu items</summary> <description>List of indicator menu items to be hidden.</description> </key> + <key name="disable-preferences" type="as"> + <default>[]</default> + <summary>Disable preferences</summary> + <description>List of preference widgets to be disabled.</description> + </key> </schema> </schemalist>