Skip to content

Commit 385504e

Browse files
committed
fix ancient UI bug that hides the speed slider in percent FX
1 parent a032117 commit 385504e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/FX.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3940,7 +3940,7 @@ uint16_t mode_percent(void) {
39403940

39413941
return FRAMETIME;
39423942
}
3943-
static const char _data_FX_MODE_PERCENT[] PROGMEM = "Percent@,% of fill,,,,One color;!,!;!";
3943+
static const char _data_FX_MODE_PERCENT[] PROGMEM = "Percent@!,% of fill,,,,One color;!,!;!";
39443944

39453945

39463946
/*

0 commit comments

Comments
 (0)