set always-on default to false
This commit is contained in:
@ -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",
|
||||||
|
Reference in New Issue
Block a user