diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-04-27 21:22:32 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-04-27 21:22:32 +0200 |
commit | 5c624d42dd3763b33d1a855338e439473b1592b8 (patch) | |
tree | 0aaebd5bb035e3ed39400c307fd63e8d690b693f /data/org.ayatana.indicator.session.gschema.xml | |
parent | d62ffc80394d71c39f15bde3a1d91f04de53648d (diff) | |
parent | b4cabeb1a0d7d36a8d25a53fef7dd86be1b1c8b3 (diff) | |
download | ayatana-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.xml | 23 |
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> |