Force the Aqua theme on macOS to avoid issues with the Mojave dark theme

Qt 5.12 is exected to sort out issues with the Mojave dark theme,
until then we just have to stop it trying to make WSJT-X dark.
This commit is contained in:
Bill Somerville 2018-11-23 22:18:43 +00:00
parent e434bc5b55
commit 59c74905f3
1 changed files with 2 additions and 0 deletions

View File

@ -36,5 +36,7 @@
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>NSRequiresAquaSystemAppearance</key>
<true/>
</dict>
</plist>