Always no browser at Windows system startup

This commit is contained in:
JonnyWong16
2020-04-25 12:11:29 -07:00
parent 922bb2760c
commit 5b82a86fa8

View File

@@ -105,8 +105,7 @@ def set_startup():
else:
args = [exe, plexpy.FULL_PATH]
if not plexpy.CONFIG.LAUNCH_BROWSER:
args += ['--nolaunch']
args += ['--nolaunch']
cmd = ' '.join(shlex.quote(arg) for arg in args).replace('python.exe', 'pythonw.exe').replace("'", '"')