diff --git a/src/renderer/views/pages/audiolabs.ejs b/src/renderer/views/pages/audiolabs.ejs index 9ae6b04c..8c1ee6c2 100644 --- a/src/renderer/views/pages/audiolabs.ejs +++ b/src/renderer/views/pages/audiolabs.ejs @@ -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) {