Make play menu item functional

This commit is contained in:
Skyler Lehmkuhl 2024-12-08 00:56:43 -05:00
parent 4beef05b90
commit 528593d705
1 changed files with 2 additions and 2 deletions

View File

@ -3653,8 +3653,8 @@ async function updateMenu() {
},
{
text: "Play",
enabled: false,
action: () => {}
enabled: !playing,
action: playPause
},
]
});