mirror of
https://github.com/Jaysce/Jukebox.git
synced 2026-04-25 16:05:57 +03:00
[GH-ISSUE #12] Pause Icon #11
Labels
No labels
bug
enhancement
pull-request
unrelated
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Jukebox#11
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?
Originally created by @true-Grand on GitHub (May 24, 2022).
Original GitHub issue: https://github.com/Jaysce/Jukebox/issues/12
The Pause Icon is completely disgusting.
I propose to replace the icon with the SF Symbol


pause.circle which can be found in the SF Symbols Apple Developer App.Replace this with
this:
@lia-07 commented on GitHub (Sep 29, 2023):
Forreal the current one looks dangerously close to the BTS symbol and triggers my PTSD. I wanted to do a pull request to change it myself but I couldn't find where it was defined.
PLEASE someone fix it.
@jaydenk commented on GitHub (Dec 4, 2023):
I've been looking at modifying this so that when the music is paused, it just shows the paused symbol, not the track information. The pause symbol isn't actually a symbol - it's being drawn programmatically by the same code that draws the now playing animation. It simply draws two bars of a thicker width if the source is paused.