diff --git a/owrx/controllers/settings/general.py b/owrx/controllers/settings/general.py index a9be1d4..07f9a7e 100644 --- a/owrx/controllers/settings/general.py +++ b/owrx/controllers/settings/general.py @@ -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",