aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2023-04-06 13:25:21 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-04-27 21:22:09 +0200
commitb4cabeb1a0d7d36a8d25a53fef7dd86be1b1c8b3 (patch)
tree0aaebd5bb035e3ed39400c307fd63e8d690b693f /data
parent8ab10462cd87ae2d0fa2c6560d441cd80872cc48 (diff)
downloadayatana-indicator-session-b4cabeb1a0d7d36a8d25a53fef7dd86be1b1c8b3.tar.gz
ayatana-indicator-session-b4cabeb1a0d7d36a8d25a53fef7dd86be1b1c8b3.tar.bz2
ayatana-indicator-session-b4cabeb1a0d7d36a8d25a53fef7dd86be1b1c8b3.zip
Add options to hide items in the admin section
Diffstat (limited to 'data')
-rw-r--r--data/org.ayatana.indicator.session.gschema.xml23
1 files changed, 21 insertions, 2 deletions
diff --git a/data/org.ayatana.indicator.session.gschema.xml b/data/org.ayatana.indicator.session.gschema.xml
index 9b1864e..dd35390 100644
--- a/data/org.ayatana.indicator.session.gschema.xml
+++ b/data/org.ayatana.indicator.session.gschema.xml
@@ -35,7 +35,26 @@
<summary>Show the list of users</summary>
<description>Allow for the user list to be hidden by the user.</description>
</key>
-
+ <key name="show-device-info" type="b">
+ <default>true</default>
+ <summary>Show device info item</summary>
+ <description>Show the device information menu item.</description>
+ </key>
+ <key name="show-desktop-help" type="b">
+ <default>true</default>
+ <summary>Show desktop help item</summary>
+ <description>Show the desktop environment help menu item.</description>
+ </key>
+ <key name="show-distro-help" type="b">
+ <default>true</default>
+ <summary>Show distro help item</summary>
+ <description>Show the distribution help menu item.</description>
+ </key>
+ <key name="show-bug-report" type="b">
+ <default>true</default>
+ <summary>Show bug report item</summary>
+ <description>Show the bug report menu item.</description>
+ </key>
</schema>
-
+
</schemalist>