diff options
Diffstat (limited to 'data/org.ayatana.sound.gschema.xml')
-rw-r--r-- | data/org.ayatana.sound.gschema.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/org.ayatana.sound.gschema.xml b/data/org.ayatana.sound.gschema.xml new file mode 100644 index 0000000..8c3bd73 --- /dev/null +++ b/data/org.ayatana.sound.gschema.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<schemalist gettext-domain="ayatana-indicator-sound"> + <schema path="/org/ayatana/sound/" id="org.ayatana.sound"> + <key type="b" name="allow-amplified-volume"> + <default>false</default> + <summary>Whether the volume slider allows setting the volume above 100%</summary> + </key> + </schema> +</schemalist> |