mirror of
https://github.com/alacritty/alacritty
synced 2024-11-02 11:22:39 +00: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:
parent
91f889849e
commit
5776ec09d6
2 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
- Clicking on non-alphabetical characters in front of URLs will no longer open them
|
||||
- Command keybindings on Windows will no longer open new cmd.exe console windows
|
||||
- On macOS, automatic graphics switching has been temporarily disabled due to a macos bug
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<key>NSMainNibFile</key>
|
||||
<string></string>
|
||||
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
||||
<true/>
|
||||
<false/>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>Alacritty</string>
|
||||
<key>NSRequiresAquaSystemAppearance</key>
|
||||
|
|
Loading…
Reference in a new issue