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