Skip to content

Commit

Permalink
Enable high DPI support on MacOS by adding a flag to Info.plist. Work…
Browse files Browse the repository at this point in the history
…s only from app bundle
  • Loading branch information
aufau committed Apr 1, 2023
1 parent 7d3567a commit 1ac1fdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion res/mv.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@
<string>${MACOSX_BUNDLE_COPYRIGHT}</string>
<key>CFBundleDisplayName</key>
<string>${MACOSX_BUNDLE_DISPLAY_NAME}</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>
</plist>

0 comments on commit 1ac1fdb

Please sign in to comment.