add infotext for custom html colors

This commit is contained in:
Jakob Ketterl 2021-02-16 18:39:42 +01:00
parent 691d88f841
commit b7688c3c97
1 changed files with 3 additions and 2 deletions

View File

@ -84,8 +84,9 @@ class GeneralSettingsController(SettingsFormController):
TextAreaInput( TextAreaInput(
"waterfall_colors", "waterfall_colors",
"Custom waterfall colors", "Custom waterfall colors",
infotext="TODO: describe", infotext="Please provide 6-digit hexadecimal RGB colors in HTML notation (#RRGGBB)"
converter=WaterfallColorsConverter() + " or HEX notation (0xRRGGBB), one per line",
converter=WaterfallColorsConverter(),
), ),
NumberInput( NumberInput(
"fft_fps", "fft_fps",