mirror of
https://github.com/wled/WLED.git
synced 2025-04-24 23:07:19 +00:00
Fix color picker
This commit is contained in:
parent
32af17317c
commit
5e1d6014d5
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user