Skip to content

player: use a homogeneous stack for each play/pause button pair.

This makes the code more equal for all 3 player UIs.

The visibility for play_pause in the dialog must be managed by the stack, but was wrongly manually managed in the buttons in stop(). This could cause the pause button to fail from showing up and get everything stuck.

Closes #309 (closed)

Merge request reports