From 4f97b4ee83c65a7309f5e826297b2007040379e1 Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Fri, 2 Sep 2022 20:13:59 +0200 Subject: [PATCH] Mac: Enable Darkmode support for non legacy builds Since we compile with Qt 5.15 or later on non legacy builds, there is no need to disable darkmode anymore. Only the legacy build will opt out from now on. --- mac/Info-make-legacy.plist | 2 +- mac/Info-make.plist | 3 --- mac/Info-xcode.plist | 2 -- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/mac/Info-make-legacy.plist b/mac/Info-make-legacy.plist index 874ebe5275..ecdf2c55e9 100644 --- a/mac/Info-make-legacy.plist +++ b/mac/Info-make-legacy.plist @@ -34,7 +34,7 @@ NSApplication NSMicrophoneUsageDescription Jamulus needs access to the microphone to record and stream your music to other musicians - + NSRequiresAquaSystemAppearance true diff --git a/mac/Info-make.plist b/mac/Info-make.plist index 3504c37c16..564a40419a 100644 --- a/mac/Info-make.plist +++ b/mac/Info-make.plist @@ -34,8 +34,5 @@ NSApplication NSMicrophoneUsageDescription Jamulus needs access to the microphone to record and stream your music to other musicians - - NSRequiresAquaSystemAppearance - true diff --git a/mac/Info-xcode.plist b/mac/Info-xcode.plist index 2a05b9d825..ddfc001b8f 100644 --- a/mac/Info-xcode.plist +++ b/mac/Info-xcode.plist @@ -34,7 +34,5 @@ NSApplication NSMicrophoneUsageDescription Jamulus needs access to the microphone to record and stream your music to other musicians - NSRequiresAquaSystemAppearance - true