danbee / persephone

macOS MPD client written in Swift.
https://persephone.fm
MIT License
215 stars 18 forks source link

Fix backspace crash #68

Closed nopeinomicon closed 3 years ago

nopeinomicon commented 3 years ago

Commit to fix #65

nopeinomicon commented 3 years ago

Oops, I accidentally added that second commit, which was just me trying to add a text representation of the volume control. I really don't know how to work GitHub very well still haha.

danbee commented 3 years ago

@nopeinomicon Thanks for taking a stab at fixing this! You can remove the second commit by doing an interactive rebase on master and deleting the line that references that commit (you probably want to cherry pick the commit into another branch before doing this though). I can fix it if you feel uncomfortable doing this though.

danbee commented 3 years ago

Closing this in favour of #72