mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[PR #1819] [CLOSED] Add support for custom cursors #1919
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#1919
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/PlayCover/PlayCover/pull/1819
Author: @viatearz
Created: 2/5/2025
Status: ❌ Closed
Base:
develop← Head:custom_cursor📝 Commits (2)
4fa625fAdd support for custom cursorse9dad18Add "Remove Cursor Image" option to uninstall popup📊 Changes
10 files changed (+324 additions, -2 deletions)
View changed files
📝
PlayCover.xcodeproj/project.pbxproj(+8 -0)📝
PlayCover/Model/AppSettings.swift(+2 -0)➕
PlayCover/Model/CursorSetting.swift(+14 -0)➕
PlayCover/Utils/CursorImages.swift(+51 -0)📝
PlayCover/Utils/Extensions/FileExtensions.swift(+16 -0)📝
PlayCover/Views/AppSettingsView.swift(+211 -0)📝
PlayCover/Views/Settings/UninstallSettings.swift(+3 -0)📝
PlayCover/Views/Uninstaller.swift(+9 -2)📝
PlayCover/en.lproj/Localizable.strings(+5 -0)📝
PlayCover/zh-Hans.lproj/Localizable.strings(+5 -0)📄 Description
Summary
Allow users to use an image as a custom mouse cursor.
also see: https://github.com/PlayCover/PlayTools/pull/184
Screenshot
Cursor Samples
Genshin Impact:
Tower of Fantasy:
Wuthering Waves:
Infinity Nikki:
Known Issue
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.