diff options
author | Didier Roche <didrocks@ubuntu.com> | 2017-11-08 15:18:39 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2017-11-14 11:53:32 +0100 |
commit | da7eab3c4fbae3bc06923d86a6d538af866835e8 (patch) | |
tree | f1d118e1d02a47353713562c8fcf9c88e0c4a207 /schemas/org.gnome.desktop.sound.gschema.xml.in | |
parent | dba49c6602304f9f717c9defde94c712258845b2 (diff) | |
download | gsettings-desktop-schemas-da7eab3c4fbae3bc06923d86a6d538af866835e8.tar.gz |
schemas: Add setting about whether to allow volume above 100%
https://bugzilla.gnome.org/show_bug.cgi?id=790281
Diffstat (limited to 'schemas/org.gnome.desktop.sound.gschema.xml.in')
-rw-r--r-- | schemas/org.gnome.desktop.sound.gschema.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/schemas/org.gnome.desktop.sound.gschema.xml.in b/schemas/org.gnome.desktop.sound.gschema.xml.in index d663e62..04e1bf5 100644 --- a/schemas/org.gnome.desktop.sound.gschema.xml.in +++ b/schemas/org.gnome.desktop.sound.gschema.xml.in @@ -16,5 +16,10 @@ <summary>Input feedback sounds</summary> <description>Whether to play sounds on input events.</description> </key> + <key type="b" name="allow-volume-above-100-percent"> + <default>false</default> + <summary>Allow volume above 100%</summary> + <description>Whether volume can be change to be set above 100%, using software amplification.</description> + </key> </schema> </schemalist> |