mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
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",
|
||||
infotext="Prevents shutdown of the device when idle. Useful for devices with unreliable startup.",
|
||||
converter=OptionalConverter(defaultFormValue=False),
|
||||
),
|
||||
CheckboxInput(
|
||||
"services",
|
||||
|
|
|
|||
Loading…
Reference in a new issue