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(
"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",