Make play menu item functional
This commit is contained in:
parent
4beef05b90
commit
528593d705
|
|
@ -3653,8 +3653,8 @@ async function updateMenu() {
|
|||
},
|
||||
{
|
||||
text: "Play",
|
||||
enabled: false,
|
||||
action: () => {}
|
||||
enabled: !playing,
|
||||
action: playPause
|
||||
},
|
||||
]
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue