From 5776ec09d6d56540549fc513273ae511d3316f22 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Thu, 4 Apr 2019 23:05:49 +0000 Subject: Disable automatic graphics switching on macOS Temporarily disabled automatic graphics switching due to a bug in macOS which leads to crashing. See #2221. --- extra/osx/Alacritty.app/Contents/Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra') diff --git a/extra/osx/Alacritty.app/Contents/Info.plist b/extra/osx/Alacritty.app/Contents/Info.plist index 53ebb1c8..ea91de25 100644 --- a/extra/osx/Alacritty.app/Contents/Info.plist +++ b/extra/osx/Alacritty.app/Contents/Info.plist @@ -29,7 +29,7 @@ NSMainNibFile NSSupportsAutomaticGraphicsSwitching - + CFBundleDisplayName Alacritty NSRequiresAquaSystemAppearance -- cgit