From b7688c3c971e741d6d5fe25bbed29e52ca5458e9 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Tue, 16 Feb 2021 18:39:42 +0100 Subject: [PATCH] add infotext for custom html colors --- owrx/controllers/settings/general.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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",