mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
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.
This commit is contained in:
parent
f93a84aef4
commit
2a6e9843ea
2 changed files with 2 additions and 1 deletions
|
@ -43,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Incorrect positioning of zero-width characters over double-width characters
|
||||
- Mouse mode generating events when the cell has not changed
|
||||
- Selections not automatically expanding across double-width characters
|
||||
- On macOS, automatic graphics switching has been enabled again
|
||||
|
||||
### Removed
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<key>NSMainNibFile</key>
|
||||
<string></string>
|
||||
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
||||
<false/>
|
||||
<true/>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>Alacritty</string>
|
||||
<key>NSRequiresAquaSystemAppearance</key>
|
||||
|
|
Loading…
Reference in a new issue