Merge pull request #77 from ful1e5/dev

Add cursor top_left_arrow
This commit is contained in:
Kaiz Khatri 2021-12-25 15:27:53 +05:30 committed by GitHub
commit 47114ec68f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View file

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- `svg/*.py` module support inside `pyright` config
- Add cursor top_left_arrow BreezeX_Cursor#10 BreezeX_Cursor#11
### Changed

View file

@ -75,7 +75,14 @@ def add_missing_xcursor(directory: Union[str, Path]) -> None:
"pointing_hand",
],
},
{"src": "left_ptr", "links": ["arrow", "default"]},
{
"src": "left_ptr",
"links": [
"arrow",
"default",
"top_left_arrow",
],
},
{
"src": "left_ptr_watch",
"links": [