mirror of
https://github.com/wled/WLED.git
synced 2025-07-19 08:46:34 +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
|
||||
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"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user