diff 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
line wrap: on
line diff
--- a/org.guido-berhoerster.code.package-update-indicator.gschema.xml	Wed Aug 17 16:55:17 2022 +0200
+++ b/org.guido-berhoerster.code.package-update-indicator.gschema.xml	Tue Aug 16 16:19:02 2022 +0200
@@ -25,5 +25,10 @@
       <description>Whether the indicator is active even when packages are up to
       date.</description>
     </key>
+    <key name="hide-menu-items" type="as">
+      <default>[]</default>
+      <summary>Hide menu items</summary>
+      <description>List of indicator menu items to be hidden.</description>
+    </key>
   </schema>
 </schemalist>