Skip to content

Commit 68a8534

Browse files
authored
Merge pull request #4914 from DedeHai/percentFX_UI_fix_015
fix ancient UI bug that hides the speed slider in percent FX 0.15 edition
2 parents d176302 + c24f67c commit 68a8534

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
@@ -3913,7 +3913,7 @@ uint16_t mode_percent(void) {
39133913

39143914
return FRAMETIME;
39153915
}
3916-
static const char _data_FX_MODE_PERCENT[] PROGMEM = "Percent@,% of fill,,,,One color;!,!;!";
3916+
static const char _data_FX_MODE_PERCENT[] PROGMEM = "Percent@!,% of fill,,,,One color;!,!;!";
39173917

39183918

39193919
/*

0 commit comments

Comments
 (0)