Update audiolabs.ejs

This commit is contained in:
booploops 2022-03-21 00:50:50 -07:00
parent 0a33e5f33f
commit 376031190a

View file

@ -220,6 +220,7 @@
} else {
this.$root.cfg.audio.maikiwiAudio.spatialProfile = this.spprofiles[0].id;
}
this.toggleMaikiwiSpatial()
},
profilePrev() {
// select the previous profile based on $root.cfg.audio.maikiwiAudio.spatialProfile
@ -236,6 +237,7 @@
} else {
this.$root.cfg.audio.maikiwiAudio.spatialProfile = this.spprofiles[this.spprofiles.length - 1].id;
}
this.toggleMaikiwiSpatial()
},
toggleSpatial: function () {
if (app.cfg.audio.spatial) {