diff options
author | Iain Lane <iain@orangesquash.org.uk> | 2014-03-19 17:35:47 +0000 |
---|---|---|
committer | Iain Lane <iain@orangesquash.org.uk> | 2014-03-19 17:35:47 +0000 |
commit | d5b6485ae8f17525ddc6e2beacb4f7a5dce73bfa (patch) | |
tree | 88e9cadf14f962ecc5841176e17c03251327e4f6 /data | |
parent | 574547d5b173aa5dc19e5e35207f02f72c9de629 (diff) | |
download | ayatana-indicator-session-d5b6485ae8f17525ddc6e2beacb4f7a5dce73bfa.tar.gz ayatana-indicator-session-d5b6485ae8f17525ddc6e2beacb4f7a5dce73bfa.tar.bz2 ayatana-indicator-session-d5b6485ae8f17525ddc6e2beacb4f7a5dce73bfa.zip |
Re-add the feature to hide the user list if com.canonical.indicator.session user-show-menu is false
Diffstat (limited to 'data')
-rw-r--r-- | data/com.canonical.indicator.session.gschema.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/com.canonical.indicator.session.gschema.xml.in b/data/com.canonical.indicator.session.gschema.xml.in index 6010b3f..38c3846 100644 --- a/data/com.canonical.indicator.session.gschema.xml.in +++ b/data/com.canonical.indicator.session.gschema.xml.in @@ -25,6 +25,11 @@ <summary>Determine the visibility of the User's real name on the panel</summary> <description>Allow for the Removal of the users name from the panel</description> </key> + <key type="b" name="user-show-menu"> + <default>true</default> + <summary>Show the list of users</summary> + <description>Allow for the user menu to be hidden by the user.</description> + </key> </schema> |