Added cfg.audio.maxVolume
This commit is contained in:
parent
6661ae180b
commit
080259f254
4 changed files with 5 additions and 4 deletions
|
@ -3084,7 +3084,7 @@ const app = new Vue({
|
|||
if (this.mk.volume <= 0.9) {
|
||||
this.mk.volume += 0.1
|
||||
} else {
|
||||
this.mk.volume = 1
|
||||
this.mk.volume = this.cfg.audio.maxVolume
|
||||
}
|
||||
}
|
||||
} else if (event.deltaY > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue