mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-06 23:39:19 +01:00
pixelanim - only highlight if animation is active
This commit is contained in:
@@ -255,7 +255,7 @@ void PixelAnim_CreatePanel(http_request_t *request) {
|
||||
|
||||
for (i = 0; i < g_numAnims; i++) {
|
||||
const char* c;
|
||||
if (i == activeAnim) {
|
||||
if (i == activeAnim && g_lightMode == Light_Anim) {
|
||||
c = "bgrn";
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user