mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-25 16:02:14 +08:00
Merge branch 'devel-en' into devel-zht
This commit is contained in:
@@ -50,7 +50,7 @@ def main(gctx=None):
|
||||
|
||||
thermal_sock = messaging.sub_sock(service_list['thermal'].port)
|
||||
|
||||
while 1:
|
||||
while dragon_enable_tomtom or dragon_enable_autonavi or dragon_enable_mixplorer:
|
||||
msg = messaging.recv_sock(thermal_sock, wait=True)
|
||||
|
||||
# allow user to manually start/stop app
|
||||
|
||||
Executable → Regular
-4
@@ -610,10 +610,6 @@ def main():
|
||||
if params.get("DragonEnableUploader") == "0":
|
||||
del managed_processes['uploader']
|
||||
|
||||
# we don't need appd if none of the 3rd party apps is enabled
|
||||
if not params.get("DragonEnableTomTom") == "1" and not params.get("DragonEnableAutonavi") == "1" and not params.get("DragonEnableMixplorer") == "1":
|
||||
del managed_processes['appd']
|
||||
|
||||
try:
|
||||
manager_update()
|
||||
manager_init()
|
||||
|
||||
Reference in New Issue
Block a user