aboutsummaryrefslogtreecommitdiff
path: root/data/org.ayatana.indicator.session.gschema.xml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-04-27 21:22:32 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-04-27 21:22:32 +0200
commit5c624d42dd3763b33d1a855338e439473b1592b8 (patch)
tree0aaebd5bb035e3ed39400c307fd63e8d690b693f /data/org.ayatana.indicator.session.gschema.xml
parentd62ffc80394d71c39f15bde3a1d91f04de53648d (diff)
parentb4cabeb1a0d7d36a8d25a53fef7dd86be1b1c8b3 (diff)
downloadayatana-indicator-session-5c624d42dd3763b33d1a855338e439473b1592b8.tar.gz
ayatana-indicator-session-5c624d42dd3763b33d1a855338e439473b1592b8.tar.bz2
ayatana-indicator-session-5c624d42dd3763b33d1a855338e439473b1592b8.zip
Merge branch 'tari01-pr/hide-admin-section'
Attributes GH PR #85: https://github.com/AyatanaIndicators/ayatana-indicator-session/pull/85
Diffstat (limited to 'data/org.ayatana.indicator.session.gschema.xml')
-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>