From 6a59770b353fedaa6fe267b19b55effe4671103d Mon Sep 17 00:00:00 2001 From: zzoro Date: Thu, 12 Nov 2020 23:45:03 -0500 Subject: [PATCH] Always use system theme on macOS While this already works perfectly fine if built using recent versions of Xcode, old versions *always* use light theme. This setting allows dark mode to work even when built with old Xcode versions (for compatibility purposes and whatnot) --- macos/Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macos/Info.plist b/macos/Info.plist index 09697f5e..66096aca 100644 --- a/macos/Info.plist +++ b/macos/Info.plist @@ -2,6 +2,8 @@ + NSRequiresAquaSystemAppearance + False CFBundleGetInfoString mkxp-z CFBundleExecutable