Fix color picker

This commit is contained in:
Woody 2023-11-17 16:59:17 +01:00
parent 32af17317c
commit 5e1d6014d5
No known key found for this signature in database
GPG Key ID: 9872D7F5072789B2

View File

@ -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) {