mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 13:17:46 +00:00
fix: player will play/pause when user are typing in search box
This commit is contained in:
parent
d9763b9528
commit
c82f30480a
4 changed files with 13 additions and 20 deletions
|
|
@ -69,7 +69,6 @@ export function createMenu(win) {
|
|||
submenu: [
|
||||
{
|
||||
label: "Play",
|
||||
accelerator: "Space",
|
||||
click: () => {
|
||||
win.webContents.send("play");
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue