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