Display effect mode text on small screens

This commit is contained in:
Woody 2023-11-16 19:37:58 +01:00
parent d880f3c628
commit f717ce52fa
No known key found for this signature in database
GPG Key ID: 9872D7F5072789B2

View File

@ -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"));