Remove LSBackgroundOnly from macOS app plist file

This commit is contained in:
JonnyWong16
2020-11-27 21:43:48 -08:00
parent ca736cdae2
commit 2a22ab8c33

View File

@@ -49,7 +49,6 @@ app = BUNDLE(
bundle_identifier='com.Tautulli.Tautulli', bundle_identifier='com.Tautulli.Tautulli',
version=VERSION, version=VERSION,
info_plist={ info_plist={
'LSBackgroundOnly': True,
'LSUIElement': True, 'LSUIElement': True,
'NSHighResolutionCapable': True 'NSHighResolutionCapable': True
} }