kopia lustrzana https://github.com/Aircoookie/WLED
Display effect mode text on small screens
rodzic
d880f3c628
commit
f717ce52fa
|
@ -3025,6 +3025,7 @@ function simplifyUI() {
|
|||
|
||||
// Put effects below palett list
|
||||
gId("Colors").innerHTML += gId("Effects").innerHTML;
|
||||
gId("modeLabel").classList.remove("hd");
|
||||
// Put segments before palette list if there are multiple segments
|
||||
if (lastinfo.leds.seglc.length > 1) {
|
||||
gId("Colors").insertBefore(gId("segcont"), gId("pall"));
|
||||
|
|
Ładowanie…
Reference in New Issue