comparison 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
comparison
equal deleted inserted replaced
54:b4b36627c1c1 55:24cba399757f
17 <default>false</default> 17 <default>false</default>
18 <summary>Whether to use a mobile connection</summary> 18 <summary>Whether to use a mobile connection</summary>
19 <description>If enabled, use a mobile connection refreshing the package 19 <description>If enabled, use a mobile connection refreshing the package
20 cache.</description> 20 cache.</description>
21 </key> 21 </key>
22 <key name="always-active" type="b">
23 <default>true</default>
24 <summary>Whether the indicator is always active</summary>
25 <description>Whether the indicator is active even when packages are up to
26 date.</description>
27 </key>
22 </schema> 28 </schema>
23 </schemalist> 29 </schemalist>