Launch browser on system startup based on setting

This commit is contained in:
JonnyWong16 2020-04-25 13:58:16 -07:00
parent 463ed2f46a
commit 1bca410bcb
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 0 additions and 4 deletions

View file

@ -63,8 +63,6 @@ def set_startup():
else:
args = [exe, plexpy.FULL_PATH]
args += ['--nolaunch']
plist_dict = {
'Label': common.PRODUCT,
'ProgramArguments': args,

View file

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