diff --git a/wled00/data/index.js b/wled00/data/index.js index 6d633a3da..498e7f4cf 100644 --- a/wled00/data/index.js +++ b/wled00/data/index.js @@ -3073,6 +3073,9 @@ function simplifyUI() { gId(id).append(dialog); } + // Check if the UI was already simplified + if (gId("Colors").classList.contains("simplified")) return; + // Disable PC Mode as it does not exist in simple UI if (pcMode) togglePcMode(true); _C.style.width = '100%'