missspelll

This commit is contained in:
Maikiwi 2022-02-05 22:50:30 -08:00
parent 393b0a7e0d
commit 34e447f990

View file

@ -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.")