Skip to content

Commit 16cfbf7

Browse files
authored
Merge pull request #4913 from DedeHai/percentFX_UI_fix
fix ancient UI bug that hides the speed slider in percent FX
2 parents aecac2c + 385504e commit 16cfbf7

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)