Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions schemas/org.cinnamon.desktop.sound.gschema.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,14 @@
<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="allow-amplified-volume" type="b">
<key name="allow-amplified-out-volume" type="b">
<default>false</default>
<summary>Overamplification</summary>
<summary>Output Overamplification</summary>
<description>Allows the volume to exceed 100%, with reduced sound quality.</description>
</key>
<key name="allow-amplified-in-volume" type="b">
<default>false</default>
<summary>Input Overamplification</summary>
<description>Allows the volume to exceed 100%, with reduced sound quality.</description>
</key>
</schema>
Expand Down