From 5e1d6014d549f5e765875afe8fe38f37441f616c Mon Sep 17 00:00:00 2001 From: Woody Date: Fri, 17 Nov 2023 16:59:17 +0100 Subject: [PATCH] Fix color picker --- wled00/data/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wled00/data/index.js b/wled00/data/index.js index 5c1233a23..775a961e3 100644 --- a/wled00/data/index.js +++ b/wled00/data/index.js @@ -3026,7 +3026,8 @@ function simplifyUI() { if (pcMode) togglePcMode(true); // Put effects below palett list - gId("Colors").innerHTML += gId("Effects").innerHTML; + gId("Colors").append(gId("fx")); + gId("Colors").append(gId("sliders")); gId("fx").classList.add("simplified"); // Put segments before palette list if there are multiple segments if (lastinfo.leds.seglc.length > 1) {