Enable high resolution in macOS app

This commit is contained in:
JonnyWong16 2020-11-21 21:04:22 -08:00
parent b5e6861032
commit 1ab87e5334
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -50,6 +50,7 @@ app = BUNDLE(
version=VERSION,
info_plist={
'LSBackgroundOnly': True,
'LSUIElement': True
'LSUIElement': True,
'NSHighResolutionCapable': True
}
)