Disable darkmode on MacOS (#3513)

This commit is contained in:
Rob Blanckaert 2019-01-22 01:28:06 -08:00 committed by ctrlaltca
parent 1c6b43c545
commit a08cf9379b

View file

@ -34,5 +34,7 @@
<string>${MACOSX_BUNDLE_COPYRIGHT}</string> <string>${MACOSX_BUNDLE_COPYRIGHT}</string>
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>
<true/> <true/>
<key>NSRequiresAquaSystemAppearance</key>
<true/>
</dict> </dict>
</plist> </plist>