summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan Davis <ViktorEvil@users.noreply.github.com>2019-03-20 14:09:51 +0000
committerGitHub <noreply@github.com>2019-03-20 14:09:51 +0000
commitbba5716899a40390051c0232f64353cf8ed31880 (patch)
tree4a66f0dc8368f9d27d992ed35ce2b0438a39cf6a
parenta53645e726097e9020d12df886b62431cb1740b9 (diff)
downloadredot-engine-bba5716899a40390051c0232f64353cf8ed31880.tar.gz
Enable Mojave "dark mode" on the editor title bar
Enables "dark mode" in the editor and project selector title bars in macOS Mojave when selected in macOS System Preferences
-rwxr-xr-xmisc/dist/osx_tools.app/Contents/Info.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/dist/osx_tools.app/Contents/Info.plist b/misc/dist/osx_tools.app/Contents/Info.plist
index 1a116527bb..bb22f1807c 100755
--- a/misc/dist/osx_tools.app/Contents/Info.plist
+++ b/misc/dist/osx_tools.app/Contents/Info.plist
@@ -24,6 +24,8 @@
<string>godot</string>
<key>CFBundleVersion</key>
<string>3.2</string>
+ <key>NSRequiresAquaSystemAppearance</key>
+ <false />
<key>NSHumanReadableCopyright</key>
<string>© 2007-2019 Juan Linietsky, Ariel Manzur &amp; Godot Engine contributors</string>
<key>LSMinimumSystemVersion</key>