From 62611c73c96b8b00316eb5ac7e2c5c6add3d7739 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Sat, 12 Jul 2025 10:38:33 +1200 Subject: [PATCH] Add extra patterns that use a single color --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 193cb80..51add55 100644 --- a/main.py +++ b/main.py @@ -577,7 +577,7 @@ class App: if current_pattern == "transition": colors_to_send = tab.colors_in_palette.copy() - elif current_pattern in ["on", "blink"]: # Add other patterns that use a single color + elif current_pattern in ["on", "blink", "theater_chase", "flicker"]: # Add other patterns that use a single color if tab.colors_in_palette: # For non-transition patterns, the device typically uses only the first color. # However, if a user picks a color from the palette, we want THAT color to be the one