mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-09 01:59:57 +01:00
looks configurable to me, at least for now
This commit is contained in:
parent
42aae4c03a
commit
8214fdb24d
|
|
@ -40,7 +40,6 @@ class ServiceHandler(object):
|
|||
self.stopServices()
|
||||
|
||||
def isSupported(self, mode):
|
||||
# TODO make configurable
|
||||
return mode in PropertyManager.getSharedInstance()["services_decoders"]
|
||||
|
||||
def stopServices(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue