This commit is contained in:
Jason Gaunt
2023-03-13 16:21:37 +02:00
committed by GitHub
4 changed files with 17 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ from owrx.controllers.settings import SettingsFormController
from owrx.form.section import Section
from owrx.config.core import CoreConfig
from owrx.form.input import (
CheckboxInput,
TextInput,
NumberInput,
FloatInput,
@@ -117,6 +118,11 @@ class GeneralSettingsController(SettingsFormController):
infotext="Specifies the upper and lower dynamic headroom that should be added when automatically "
+ "adjusting waterfall colors",
),
CheckboxInput(
"waterfall_auto_level_default_mode",
'Automatically adjust waterfall level by default',
infotext="Enable this to automatically enable auto adjusting waterfall levels on page load."
),
NumberInput(
"waterfall_auto_min_range",
"Automatic adjustment minimum range",