Merge pull request #844 from Amaru8/develop
Changed Volume Step default from 10% to 5% (approved by Maikiwi)
This commit is contained in:
commit
ad7d33f56a
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ export class Store {
|
||||||
},
|
},
|
||||||
"audio": {
|
"audio": {
|
||||||
"volume": 1,
|
"volume": 1,
|
||||||
"volumeStep": 0.1,
|
"volumeStep": 0.05,
|
||||||
"maxVolume": 1,
|
"maxVolume": 1,
|
||||||
"lastVolume": 1,
|
"lastVolume": 1,
|
||||||
"muted": false,
|
"muted": false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue