Skip to content

Commit

Permalink
Simplify overamplification setting
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Oct 4, 2024
1 parent 4576822 commit afed434
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions schemas/org.cinnamon.desktop.sound.gschema.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
<summary>Which sound to play when the volume is changed</summary>
<description>Which sound to play when the volume is changed.</description>
</key>
<key name="maximum-volume" type="i">
<default>100</default>
<summary>The maximum sound volume</summary>
<description>The maximum sound volume the user can set via the sound applet, settings and volume keys.</description>
<key name="allow-amplified-volume" type="b">
<default>false</default>
<summary>Overamplification</summary>
<description>Allows the volume to exceed 100%, with reduced sound quality.</description>
</key>
</schema>
</schemalist>

0 comments on commit afed434

Please sign in to comment.