1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2025-10-30 23:36:53 -04:00

Disable automatic graphics switching on macOS

Temporarily disabled automatic graphics switching due to a bug in macOS
which leads to crashing.

See #2221.
This commit is contained in:
Christian Duerr 2019-04-04 23:05:49 +00:00 committed by GitHub
parent 91f889849e
commit 5776ec09d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -29,7 +29,7 @@
<key>NSMainNibFile</key>
<string></string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<false/>
<key>CFBundleDisplayName</key>
<string>Alacritty</string>
<key>NSRequiresAquaSystemAppearance</key>