From 385504e6db0a242ae52e01eeaa0377607eca06af Mon Sep 17 00:00:00 2001 From: Damian Schneider Date: Fri, 5 Sep 2025 19:53:15 +0200 Subject: [PATCH] fix ancient UI bug that hides the speed slider in percent FX --- wled00/FX.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/FX.cpp b/wled00/FX.cpp index f3163dc1..6448a09c 100644 --- a/wled00/FX.cpp +++ b/wled00/FX.cpp @@ -3940,7 +3940,7 @@ uint16_t mode_percent(void) { return FRAMETIME; } -static const char _data_FX_MODE_PERCENT[] PROGMEM = "Percent@,% of fill,,,,One color;!,!;!"; +static const char _data_FX_MODE_PERCENT[] PROGMEM = "Percent@!,% of fill,,,,One color;!,!;!"; /*