Skip to content

Commit afed434

Browse files
committed
Simplify overamplification setting
1 parent 4576822 commit afed434

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

schemas/org.cinnamon.desktop.sound.gschema.xml.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
<summary>Which sound to play when the volume is changed</summary>
2727
<description>Which sound to play when the volume is changed.</description>
2828
</key>
29-
<key name="maximum-volume" type="i">
30-
<default>100</default>
31-
<summary>The maximum sound volume</summary>
32-
<description>The maximum sound volume the user can set via the sound applet, settings and volume keys.</description>
29+
<key name="allow-amplified-volume" type="b">
30+
<default>false</default>
31+
<summary>Overamplification</summary>
32+
<description>Allows the volume to exceed 100%, with reduced sound quality.</description>
3333
</key>
3434
</schema>
3535
</schemalist>

0 commit comments

Comments
 (0)