aaru-dps / RedBookPlayer

Compact Disc Digital Audio player
8 stars 1 forks source link

[Enhancement] Switch to using a single "Play/Pause" button #13

Closed TheRogueArchivist closed 3 years ago

TheRogueArchivist commented 3 years ago

I think having a single button instead of 2 would be much more convenient, especially since there shouldn't be any use for pausing an already paused song, or playing an already playing one.

mnadareski commented 3 years ago

As of https://github.com/aaru-dps/RedBookPlayer/commit/49c0423b5d8746b05b0073af16f3a653757cf674, there's an event handler that can be hooked into by a theme to emulate a togglable play/pause button. I think that if that can be handled on a per-theme basis, it would be better than changing the default. If you're good with this, please close. Otherwise, comment and keep open.