Display effect mode text on small screens

pull/3511/head
Woody 2023-11-16 19:37:58 +01:00
rodzic d880f3c628
commit f717ce52fa
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 9872D7F5072789B2
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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