diff options
author | Nadia Holmquist Pedersen <nadia@nhp.sh> | 2022-10-08 19:10:50 +0200 |
---|---|---|
committer | Nadia Holmquist Pedersen <nadia@nhp.sh> | 2022-10-08 19:10:50 +0200 |
commit | 5b867eb7a766fb19b9925d01d2bc53e80842c986 (patch) | |
tree | 9a8def9001f1cdaa53ef0ea0d04bbb4d3c7494da | |
parent | aa9a6ceed57613627b30c34aa718d5d7d751746a (diff) |
macOS: Add NSPrincipalClass value to the Info.plist
According to the Qt documentation we should have this for proper
high-DPI support on macOS. Whether or not it's still relevant I'm not
sure, but if it isn't it might at least help on older macOS or Qt.
-rw-r--r-- | res/melon.plist.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/melon.plist.in b/res/melon.plist.in index 58d0c9b..1804d9e 100644 --- a/res/melon.plist.in +++ b/res/melon.plist.in @@ -18,6 +18,8 @@ <string>${melonDS_VERSION}</string> <key>NSHumanReadableCopyright</key> <string>Licensed under GPLv3</string> + <key>NSPrincipalClass</key> + <string>NSApplication</string> <key>NSHighResolutionCapable</key> <true/> <key>NSMicrophoneUsageDescription</key> |