diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-05-14 15:36:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-14 15:36:13 +0000 |
commit | 2a6e9843eaa583b67d9b853f396dd72e69a20585 (patch) | |
tree | 13fca1e4c137e974b1871c0518a9dc69563e2bcd /extra/osx | |
parent | f93a84aef4d8a9d7f00f9e3586abd335317bc452 (diff) | |
download | alacritty-2a6e9843eaa583b67d9b853f396dd72e69a20585.tar.gz alacritty-2a6e9843eaa583b67d9b853f396dd72e69a20585.zip |
Reenable macOS automatic graphics switching
This issue has been resolved upstream by a macOS update, fixing all
crashing issues when switching between integrated and dedicated GPUs.
Fixes #2221.
Diffstat (limited to 'extra/osx')
-rw-r--r-- | extra/osx/Alacritty.app/Contents/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/osx/Alacritty.app/Contents/Info.plist b/extra/osx/Alacritty.app/Contents/Info.plist index cdf0062b..a2d9bc01 100644 --- a/extra/osx/Alacritty.app/Contents/Info.plist +++ b/extra/osx/Alacritty.app/Contents/Info.plist @@ -29,7 +29,7 @@ <key>NSMainNibFile</key> <string></string> <key>NSSupportsAutomaticGraphicsSwitching</key> - <false/> + <true/> <key>CFBundleDisplayName</key> <string>Alacritty</string> <key>NSRequiresAquaSystemAppearance</key> |