DeezerRPC icon indicating copy to clipboard operation
DeezerRPC copied to clipboard

Idea : add back/forward buttons or keyboard shortcuts

Open AntoineTurmel opened this issue 2 years ago • 3 comments

Win/Linux: Alt+LeftArrow for Back and Alt+RightArrow for Forward Mac: Cmd+LeftArrow for Back and Cmd+RightArrow for Forward

It would be nice since Deezer app doesn't have them and the web version allow this using web browser.

AntoineTurmel avatar Apr 05 '22 23:04 AntoineTurmel

Sorry for the very late response. This feature has already implemented by faejr and is merged in the main branch, I just don't have much time to work on my personal projects lately.

Braasileiro avatar Jun 06 '22 13:06 Braasileiro

Oh nice work @faejr ! I did compile the project, it's working but I assume the arrow need to be white when it's in dark mode 👍 image

Other issues I ran into (with master) : • default Electron icon is used reason=application icon is not set

image

AntoineTurmel avatar Jun 06 '22 17:06 AntoineTurmel

That's strange, when I first implemented it I specifically made sure it'd change colour depending on dark and lightmode. I guess something might've happened along the way.

Also the rich presence login failed error is cuz you most likely didn't fill in the discordClientID in src/app/app.ts

faejr avatar Jun 07 '22 06:06 faejr