click volume button to mute and unclick to go back to lastVolume

This commit is contained in:
Jason Chen 2022-01-19 19:19:47 -08:00
parent 7bc77b2b1d
commit c36b47bd93
5 changed files with 50 additions and 5 deletions

View file

@ -24,6 +24,8 @@ export class ConfigStore {
},
"audio": {
"volume": 1,
"lastVolume": 1,
"muted": false,
"quality": "990",
"seamless_audio": true,
"normalization": false,