From dd5ab32b471f3f341ba6256b5780c6b3ab83d323 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 20 Feb 2021 19:43:04 +0100 Subject: [PATCH] set always-on default to false --- owrx/source/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/owrx/source/__init__.py b/owrx/source/__init__.py index 2ea6eca..688f0de 100644 --- a/owrx/source/__init__.py +++ b/owrx/source/__init__.py @@ -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",