Added cfg.audio.maxVolume

This commit is contained in:
booploops 2022-01-26 19:10:55 -08:00
parent 6661ae180b
commit 080259f254
4 changed files with 5 additions and 4 deletions

View file

@ -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) {