settings app: allow volume limit over 100%

This commit is contained in:
end-4
2025-08-22 16:51:39 +07:00
parent 690e934a46
commit 9bbc26dd70
2 changed files with 2 additions and 2 deletions
@@ -39,7 +39,7 @@ ContentPage {
text: Translation.tr("Volume limit")
value: Config.options.audio.protection.maxAllowed
from: 0
to: 100
to: 154 // pavucontrol allows up to 153%
stepSize: 2
onValueChanged: {
Config.options.audio.protection.maxAllowed = value;