Temporary workaround for issue with dark theme on MacOS. ref #922.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2019-01-05 00:45:21 +02:00
parent dcea610da2
commit 610538e070
2 changed files with 4 additions and 0 deletions

View file

@ -102,5 +102,7 @@
</dict>
</dict>
</array>
<key>NSRequiresAquaSystemAppearance</key>
<true/>
</dict>
</plist>

View file

@ -138,5 +138,7 @@
</dict>
</dict>
</array>
<key>NSRequiresAquaSystemAppearance</key>
<true/>
</dict>
</plist>