Devportal fix with settings.

This commit is contained in:
Koen J
2025-11-14 13:20:21 +01:00
parent 098599853b
commit 6289c85bd5
+4 -1
View File
@@ -1025,7 +1025,9 @@
let settingsToUse = __DEV_SETTINGS ?? {};
if (true) {
for (let setting of this.Plugin?.currentPlugin?.settings) {
const settings = this.Plugin?.currentPlugin?.settings;
if (settings) {
for (let setting of settings) {
if (typeof settingsToUse[setting.variable] == "undefined") {
switch (setting?.type?.toLowerCase()) {
case "boolean":
@@ -1041,6 +1043,7 @@
}
}
}
}
if(name == "enable") {
if(parameterVals.length > 0)