diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-01-24 20:57:50 -0600 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-01-24 20:57:50 -0600 |
commit | 6101f59b28f94ebe2ac819c4af61928a0ff17844 (patch) | |
tree | 5befc2940f672b3d94b7933ac00c5b893cee119c /data | |
parent | 1e03cbb25bb86df7325d4909d9b3d5397b48e4cc (diff) | |
download | ayatana-indicator-sound-6101f59b28f94ebe2ac819c4af61928a0ff17844.tar.gz ayatana-indicator-sound-6101f59b28f94ebe2ac819c4af61928a0ff17844.tar.bz2 ayatana-indicator-sound-6101f59b28f94ebe2ac819c4af61928a0ff17844.zip |
add visibility toggle support for (lp:#829648)
Diffstat (limited to 'data')
-rw-r--r-- | data/com.canonical.indicator.sound.gschema.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/com.canonical.indicator.sound.gschema.xml b/data/com.canonical.indicator.sound.gschema.xml index ae0cc8d..a3ec770 100644 --- a/data/com.canonical.indicator.sound.gschema.xml +++ b/data/com.canonical.indicator.sound.gschema.xml @@ -34,5 +34,12 @@ updated volume value will be shown (if supported by your notification daemon). </description> </key> + <key name="visible" type="b"> + <default>true</default> + <summary>Whether or not to show the sound indicator in the menu bar.</summary> + <description> + Whether or not to show the sound indicator in the menu bar. + </description> + </key> </schema> </schemalist> |