From 34e447f9902e7426d1a70dcff02e6d1bbfc79015 Mon Sep 17 00:00:00 2001 From: Maikiwi Date: Sat, 5 Feb 2022 22:50:30 -0800 Subject: [PATCH] missspelll --- src/renderer/views/pages/settings.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/views/pages/settings.ejs b/src/renderer/views/pages/settings.ejs index 89b2ac15..99da6a3d 100644 --- a/src/renderer/views/pages/settings.ejs +++ b/src/renderer/views/pages/settings.ejs @@ -808,12 +808,12 @@ ciderPPECompatibility: function () { if (app.cfg.audio.spatial) { notyf.error("CAP is not compatible with Spatialization. Please disable Spatialization to continue.") - app.cfg.audio.advanced.ciderPPE = false; + app.cfg.advanced.ciderPPE = false; } }, toggleSpatial: function () { if (app.cfg.audio.spatial) { - if (!app.cfg.audio.advanced.ciderPPE) { + if (!app.cfg.advanced.ciderPPE) { CiderAudio.spatialOn()} else { notyf.error("Spatialization is not compatible with CAP. Please disable CAP to continue.")