Enable high resolution in macOS app

This commit is contained in:
JonnyWong16
2020-11-21 21:04:22 -08:00
parent b5e6861032
commit 1ab87e5334

View File

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