From 59c74905f3527f66d4cb669577be9d03bb324f9e Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Fri, 23 Nov 2018 22:18:43 +0000 Subject: [PATCH] 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. --- Darwin/Info.plist.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Darwin/Info.plist.in b/Darwin/Info.plist.in index b62e03682..830975da5 100644 --- a/Darwin/Info.plist.in +++ b/Darwin/Info.plist.in @@ -36,5 +36,7 @@ NSApplication NSHighResolutionCapable True + NSRequiresAquaSystemAppearance +