diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2014-02-20 17:08:58 +0100 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2014-02-20 17:08:58 +0100 |
commit | 60d21d58c2dd67a083857aafe9c3d58c4bd0685e (patch) | |
tree | dbc653a5b4bf4530d1b4c91dcdf342d8085d063c /data | |
parent | a844f239e22abc24ca5f476d647b1244742abffc (diff) | |
download | ayatana-indicator-sound-60d21d58c2dd67a083857aafe9c3d58c4bd0685e.tar.gz ayatana-indicator-sound-60d21d58c2dd67a083857aafe9c3d58c4bd0685e.tar.bz2 ayatana-indicator-sound-60d21d58c2dd67a083857aafe9c3d58c4bd0685e.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')
-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> |