1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-13 17:22:08 -04:00

audio: add per-device max volume limit setting

This commit is contained in:
bbedward
2026-02-09 09:26:34 -05:00
parent fce120fa31
commit 1ed44ee6f3
10 changed files with 197 additions and 63 deletions

View File

@@ -72,7 +72,9 @@ var SPEC = {
appOverrides: { def: {} },
searchAppActions: { def: true },
vpnLastConnected: { def: "" }
vpnLastConnected: { def: "" },
deviceMaxVolumes: { def: {} }
};
function getValidKeys() {