mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
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:
parent
e434bc5b55
commit
59c74905f3
@ -36,5 +36,7 @@
|
||||
<string>NSApplication</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
<string>True</string>
|
||||
<key>NSRequiresAquaSystemAppearance</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
Loading…
Reference in New Issue
Block a user