Enable high resolution in macOS app
This commit is contained in:
@@ -50,6 +50,7 @@ app = BUNDLE(
|
||||
version=VERSION,
|
||||
info_plist={
|
||||
'LSBackgroundOnly': True,
|
||||
'LSUIElement': True
|
||||
'LSUIElement': True,
|
||||
'NSHighResolutionCapable': True
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user