diff options
author | Robert Tari <robert@tari.in> | 2023-04-06 13:25:21 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-04-27 21:22:09 +0200 |
commit | b4cabeb1a0d7d36a8d25a53fef7dd86be1b1c8b3 (patch) | |
tree | 0aaebd5bb035e3ed39400c307fd63e8d690b693f /tests/org.ayatana.indicator.session.gschema.xml | |
parent | 8ab10462cd87ae2d0fa2c6560d441cd80872cc48 (diff) | |
download | ayatana-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 'tests/org.ayatana.indicator.session.gschema.xml')
-rw-r--r-- | tests/org.ayatana.indicator.session.gschema.xml | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/tests/org.ayatana.indicator.session.gschema.xml b/tests/org.ayatana.indicator.session.gschema.xml index c81fe60..b6bacd8 100644 --- a/tests/org.ayatana.indicator.session.gschema.xml +++ b/tests/org.ayatana.indicator.session.gschema.xml @@ -31,7 +31,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>
\ No newline at end of file + +</schemalist> |