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