add infotext for custom html colors
This commit is contained in:
parent
691d88f841
commit
b7688c3c97
@ -84,8 +84,9 @@ class GeneralSettingsController(SettingsFormController):
|
||||
TextAreaInput(
|
||||
"waterfall_colors",
|
||||
"Custom waterfall colors",
|
||||
infotext="TODO: describe",
|
||||
converter=WaterfallColorsConverter()
|
||||
infotext="Please provide 6-digit hexadecimal RGB colors in HTML notation (#RRGGBB)"
|
||||
+ " or HEX notation (0xRRGGBB), one per line",
|
||||
converter=WaterfallColorsConverter(),
|
||||
),
|
||||
NumberInput(
|
||||
"fft_fps",
|
||||
|
Loading…
Reference in New Issue
Block a user