settings: bar and audio options

This commit is contained in:
end-4
2025-06-21 03:24:03 +02:00
parent ddcf13678d
commit 5ffbd55f58
4 changed files with 49 additions and 14 deletions
@@ -48,7 +48,18 @@ ContentPage {
}
}
}
}
ContentSection {
title: "Audio"
ConfigSwitch {
text: "Earbang protection"
checked: ConfigOptions.audio.protection.enable
onCheckedChanged: {
ConfigLoader.setConfigValueAndSave("audio.protection.enable", checked);
}
StyledToolTip {
content: "Prevents abrupt increments and restricts volume limit"
}
}
}
}