mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -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
|
- Incorrect positioning of zero-width characters over double-width characters
|
||||||
- Mouse mode generating events when the cell has not changed
|
- Mouse mode generating events when the cell has not changed
|
||||||
- Selections not automatically expanding across double-width characters
|
- Selections not automatically expanding across double-width characters
|
||||||
|
- On macOS, automatic graphics switching has been enabled again
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
<key>NSMainNibFile</key>
|
<key>NSMainNibFile</key>
|
||||||
<string></string>
|
<string></string>
|
||||||
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
||||||
<false/>
|
<true/>
|
||||||
<key>CFBundleDisplayName</key>
|
<key>CFBundleDisplayName</key>
|
||||||
<string>Alacritty</string>
|
<string>Alacritty</string>
|
||||||
<key>NSRequiresAquaSystemAppearance</key>
|
<key>NSRequiresAquaSystemAppearance</key>
|
||||||
|
|
Loading…
Reference in a new issue