set always-on default to false

This commit is contained in:
Jakob Ketterl 2021-02-20 19:43:04 +01:00
parent 361ed55b93
commit dd5ab32b47
1 changed files with 1 additions and 0 deletions

View File

@ -388,6 +388,7 @@ class SdrDeviceDescription(object):
"",
checkboxText="Keep device running at all times",
infotext="Prevents shutdown of the device when idle. Useful for devices with unreliable startup.",
converter=OptionalConverter(defaultFormValue=False),
),
CheckboxInput(
"services",