From d23f69c38735ff801294892f00288cdab5984ec9 Mon Sep 17 00:00:00 2001 From: Struma 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