set always-on default to false
This commit is contained in:
parent
361ed55b93
commit
dd5ab32b47
@ -388,6 +388,7 @@ class SdrDeviceDescription(object):
|
|||||||
"",
|
"",
|
||||||
checkboxText="Keep device running at all times",
|
checkboxText="Keep device running at all times",
|
||||||
infotext="Prevents shutdown of the device when idle. Useful for devices with unreliable startup.",
|
infotext="Prevents shutdown of the device when idle. Useful for devices with unreliable startup.",
|
||||||
|
converter=OptionalConverter(defaultFormValue=False),
|
||||||
),
|
),
|
||||||
CheckboxInput(
|
CheckboxInput(
|
||||||
"services",
|
"services",
|
||||||
|
Loading…
Reference in New Issue
Block a user