-
-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(borders): maximize compat w/ komorebi impl
This commit ensures that the "Komorebi" border implementation is set as the default as it has the maximum range of compat across different Windows versions, whereas the "Windows" implementation requires Win 11. Because "Windows" implementation methods will error on Windows 10, restore_all_windows has been updated to only attempt to remove accents if BorderImplementation::Windows is selected (this is gated behind the WINDOWS_11 check). re #925
- Loading branch information
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters