mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 13:41:15 -07:00
Enable high resolution in macOS app
This commit is contained in:
parent
b5e6861032
commit
1ab87e5334
1 changed files with 2 additions and 1 deletions
|
@ -50,6 +50,7 @@ app = BUNDLE(
|
|||
version=VERSION,
|
||||
info_plist={
|
||||
'LSBackgroundOnly': True,
|
||||
'LSUIElement': True
|
||||
'LSUIElement': True,
|
||||
'NSHighResolutionCapable': True
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue