add infotext for custom html colors
This commit is contained in:
parent
691d88f841
commit
b7688c3c97
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user