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',
version=VERSION,
info_plist={
'LSBackgroundOnly': True,
'LSUIElement': True,
'NSHighResolutionCapable': True
}