mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-17 14:29:57 -05:00
settings app: allow volume limit over 100%
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user