click volume button to mute and unclick to go back to lastVolume
This commit is contained in:
parent
7bc77b2b1d
commit
c36b47bd93
5 changed files with 50 additions and 5 deletions
|
@ -24,6 +24,8 @@ export class ConfigStore {
|
|||
},
|
||||
"audio": {
|
||||
"volume": 1,
|
||||
"lastVolume": 1,
|
||||
"muted": false,
|
||||
"quality": "990",
|
||||
"seamless_audio": true,
|
||||
"normalization": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue