This commit is contained in:
Vanessa 2023-10-22 17:23:22 +08:00
parent 654c2a47a7
commit 1922f6fa9d
2 changed files with 28 additions and 3 deletions

View file

@ -743,6 +743,9 @@ app.whenReady().then(() => {
case "openDevTools":
event.sender.openDevTools({mode: "bottom"});
break;
case "unregisterAll":
globalShortcut.unregisterAll();
break;
case "show":
showWindow(currentWindow);
break;