fix: player will play/pause when user are typing in search box

This commit is contained in:
qier222 2020-12-28 23:51:09 +08:00
parent d9763b9528
commit c82f30480a
4 changed files with 13 additions and 20 deletions

View file

@ -69,7 +69,6 @@ export function createMenu(win) {
submenu: [
{
label: "Play",
accelerator: "Space",
click: () => {
win.webContents.send("play");
},