diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2014-02-20 18:13:35 +0000 |
---|---|---|
committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-02-20 18:13:35 +0000 |
commit | 8bac377082fb6c31292575a1c79172e9c0519ac6 (patch) | |
tree | c6e79b4782afa73854e4d3a7c2d1e6d103bcfa42 /data/com.canonical.indicator.sound.gschema.xml | |
parent | 838ea79ea2ad530c8780f67503a6bd9b31777b47 (diff) | |
parent | bbecb29d344887879e900319eb96cf19d44bde27 (diff) | |
download | ayatana-indicator-sound-8bac377082fb6c31292575a1c79172e9c0519ac6.tar.gz ayatana-indicator-sound-8bac377082fb6c31292575a1c79172e9c0519ac6.tar.bz2 ayatana-indicator-sound-8bac377082fb6c31292575a1c79172e9c0519ac6.zip |
Add support for amplified volumes
Add a settings key "allow-amplified-volume" which controls whether the volume slider stops at 100% or PA_VOLUME_UI_MAX. unity-control-center will provide a ui for this key.
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> |