Changed Audio Step default from 10% to 5%
This commit is contained in:
parent
6f1f2a2ce8
commit
20451c5a27
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ export class Store {
|
|||
},
|
||||
"audio": {
|
||||
"volume": 1,
|
||||
"volumeStep": 0.1,
|
||||
"volumeStep": 0.05,
|
||||
"maxVolume": 1,
|
||||
"lastVolume": 1,
|
||||
"muted": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue