diff options
author | Allan Davis <ViktorEvil@users.noreply.github.com> | 2019-03-20 14:09:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-20 14:09:51 +0000 |
commit | bba5716899a40390051c0232f64353cf8ed31880 (patch) | |
tree | 4a66f0dc8368f9d27d992ed35ce2b0438a39cf6a /misc/dist/osx_tools.app/Contents | |
parent | a53645e726097e9020d12df886b62431cb1740b9 (diff) |
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
Diffstat (limited to 'misc/dist/osx_tools.app/Contents')
-rwxr-xr-x | misc/dist/osx_tools.app/Contents/Info.plist | 2 |
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 & Godot Engine contributors</string> <key>LSMinimumSystemVersion</key> |