mirror of
https://github.com/wled/WLED.git
synced 2025-07-20 09:16:31 +00:00
Display effect mode text on small screens
This commit is contained in:
parent
d880f3c628
commit
f717ce52fa
@ -3025,6 +3025,7 @@ function simplifyUI() {
|
|||||||
|
|
||||||
// Put effects below palett list
|
// Put effects below palett list
|
||||||
gId("Colors").innerHTML += gId("Effects").innerHTML;
|
gId("Colors").innerHTML += gId("Effects").innerHTML;
|
||||||
|
gId("modeLabel").classList.remove("hd");
|
||||||
// Put segments before palette list if there are multiple segments
|
// Put segments before palette list if there are multiple segments
|
||||||
if (lastinfo.leds.seglc.length > 1) {
|
if (lastinfo.leds.seglc.length > 1) {
|
||||||
gId("Colors").insertBefore(gId("segcont"), gId("pall"));
|
gId("Colors").insertBefore(gId("segcont"), gId("pall"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user