Browse Source

Merge pull request #1269 from lavoiesl/retina

Added basic retina support
adaptive-webui-19844
sledgehammer999 11 years ago
parent
commit
a92148424f
  1. 4
      src/mac/Info.plist

4
src/mac/Info.plist

@ -52,6 +52,10 @@
<string>qbittorrent</string> <string>qbittorrent</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>org.qbittorrent</string> <string>org.qbittorrent</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>NSAppleScriptEnabled</key> <key>NSAppleScriptEnabled</key>
<string>YES</string> <string>YES</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>

Loading…
Cancel
Save