diff options
Diffstat (limited to 'data/com.canonical.indicator.sound.gschema.xml')
-rw-r--r-- | data/com.canonical.indicator.sound.gschema.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/com.canonical.indicator.sound.gschema.xml b/data/com.canonical.indicator.sound.gschema.xml index 102a1db..be759fa 100644 --- a/data/com.canonical.indicator.sound.gschema.xml +++ b/data/com.canonical.indicator.sound.gschema.xml @@ -48,5 +48,9 @@ Whether or not to show the sound indicator in the menu bar. </description> </key> + <key name="allow-amplified-volume" type="b"> + <default>false</default> + <summary>Whether the volume slider allows setting the volume above 100%</summary> + </key> </schema> </schemalist> |