diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-04-03 10:09:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-03 10:09:20 +0200 |
commit | f64336f1a7ff9c9414be4a82b3dc9fca6c659bf9 (patch) | |
tree | a807e657337474384030eb59c29b2f1d5e8f4995 /misc/dist | |
parent | 76cbe7a9ae08cf9c90b464cda7c967ca8068d41d (diff) | |
parent | bba5716899a40390051c0232f64353cf8ed31880 (diff) |
Merge pull request #27264 from ViktorEvil/master
Enable macOS Mojave "Dark Mode" on the editor title bar
Diffstat (limited to 'misc/dist')
-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> |