Temporarily disable macOS Mojave Dark Mode in Info.plist (Fix #772) (#878)

This commit is contained in:
Florian Märkl 2018-10-25 23:02:35 +02:00 committed by xarkes
parent 3706f13f0a
commit d51a674d5d

View File

@ -22,6 +22,8 @@
<string>NSApplication</string> <string>NSApplication</string>
<key>NSSupportsAutomaticGraphicsSwitching</key> <key>NSSupportsAutomaticGraphicsSwitching</key>
<true/> <true/>
<key>NSRequiresAquaSystemAppearance</key>
<true/>
<key>CFBundleDocumentTypes</key> <key>CFBundleDocumentTypes</key>
<array> <array>
<dict> <dict>