We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567ad29 commit ab6d1ffCopy full SHA for ab6d1ff
js/components/MainWindow/ActionButtons.tsx
@@ -7,6 +7,7 @@ const ActionButtons = React.memo(() => {
7
const play = useActionCreator(Actions.play);
8
const pause = useActionCreator(Actions.pause);
9
const next = useActionCreator(Actions.next);
10
+ const stop = useActionCreator(Actions.stop);
11
return (
12
<div className="actions">
13
<div id="previous" onClick={previous} title="Previous Track" />
0 commit comments