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
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -105,8 +105,7 @@ def set_startup():
else: else:
args = [exe, plexpy.FULL_PATH] 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("'", '"') cmd = ' '.join(shlex.quote(arg) for arg in args).replace('python.exe', 'pythonw.exe').replace("'", '"')