Browse Source

Switch back to low resolution mode on macOS

This is a revert of 6c0181c. Testing showed that we got a big
performance hit by enabling this, and we also saw some graphical
artifacts. More work is needed before this can be enabled by default.
tags/v1.8.90
Pierre Ossman 6 years ago
parent
commit
aceb4e7bf7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      release/Info.plist.in

+ 1
- 1
release/Info.plist.in View File

@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>TigerVNC Viewer</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
<string>False</string>
<key>CFBundleGetInfoString</key>
<string>@VERSION@, Copyright © 1998-2011 [many holders]</string>
<key>CFBundleIconFile</key>

Loading…
Cancel
Save