fix volume steps
This commit is contained in:
parent
13ce294181
commit
a9aea9af99
2 changed files with 5 additions and 4 deletions
|
@ -27,7 +27,8 @@ export class Store {
|
|||
},
|
||||
"audio": {
|
||||
"volume": 1,
|
||||
"volumeStep": 0.02,
|
||||
"volumeStep": 0.1,
|
||||
"maxVolume": 1,
|
||||
"lastVolume": 1,
|
||||
"muted": false,
|
||||
"quality": "HIGH",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue