custom player/max volume

Closes #2199
Closes #2358

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-08 17:28:32 +08:00
parent fe15024384
commit 90d79b236f
19 changed files with 293 additions and 143 deletions

View File

@@ -28,7 +28,9 @@ abstract final class SettingBoxKey {
pauseOnMinimize = 'pauseOnMinimize',
pgcSkipType = 'pgcSkipType',
audioPlayMode = 'audioPlayMode',
showBatteryLevel = 'showBatteryLevel';
showBatteryLevel = 'showBatteryLevel',
playerVolume = 'playerVolume',
maxVolume = 'maxVolume';
static const String enableVerticalExpand = 'enableVerticalExpand',
feedBackEnable = 'feedBackEnable',