mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
This commit is contained in:
parent
654c2a47a7
commit
1922f6fa9d
2 changed files with 28 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue