Mercurial > projects > package-update-indicator
diff org.guido-berhoerster.code.package-update-indicator.gschema.xml @ 55:24cba399757f
Add new setting "always-active"
The setting determines whether the indicator status is set to "active" when
packages are up to date, i.e. whether it is visible and/or can be interacted
with. It defaults to true which reflects the previous behavior.
author | Guido Berhoerster <guido+pui@berhoerster.name> |
---|---|
date | Wed, 17 Aug 2022 16:55:17 +0200 |
parents | 3d72ca76538d |
children | 08747f3a718b |
line wrap: on
line diff
--- a/org.guido-berhoerster.code.package-update-indicator.gschema.xml Sun Feb 27 22:31:02 2022 +0100 +++ b/org.guido-berhoerster.code.package-update-indicator.gschema.xml Wed Aug 17 16:55:17 2022 +0200 @@ -19,5 +19,11 @@ <description>If enabled, use a mobile connection refreshing the package cache.</description> </key> + <key name="always-active" type="b"> + <default>true</default> + <summary>Whether the indicator is always active</summary> + <description>Whether the indicator is active even when packages are up to + date.</description> + </key> </schema> </schemalist>