Mercurial > projects > package-update-indicator
comparison org.guido-berhoerster.code.package-update-indicator.gschema.xml @ 56:08747f3a718b
Add new setting to hide indicator menu items
The setting hide-menu-items is an array of strings containing the actions
associated with menu items that should be hidden from the indicator menu.
author | Guido Berhoerster <guido+pui@berhoerster.name> |
---|---|
date | Tue, 16 Aug 2022 16:19:02 +0200 |
parents | 24cba399757f |
children | 9cbb0f8a66c4 |
comparison
equal
deleted
inserted
replaced
55:24cba399757f | 56:08747f3a718b |
---|---|
23 <default>true</default> | 23 <default>true</default> |
24 <summary>Whether the indicator is always active</summary> | 24 <summary>Whether the indicator is always active</summary> |
25 <description>Whether the indicator is active even when packages are up to | 25 <description>Whether the indicator is active even when packages are up to |
26 date.</description> | 26 date.</description> |
27 </key> | 27 </key> |
28 <key name="hide-menu-items" type="as"> | |
29 <default>[]</default> | |
30 <summary>Hide menu items</summary> | |
31 <description>List of indicator menu items to be hidden.</description> | |
32 </key> | |
28 </schema> | 33 </schema> |
29 </schemalist> | 34 </schemalist> |