mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🚨
This commit is contained in:
parent
15f1510d6c
commit
13332781c9
7 changed files with 13 additions and 13 deletions
|
|
@ -1041,7 +1041,7 @@ app.whenReady().then(() => {
|
|||
return;
|
||||
}
|
||||
if (globalShortcut.isRegistered(shortcut)) {
|
||||
globalShortcut.unregister(shortcut)
|
||||
globalShortcut.unregister(shortcut);
|
||||
}
|
||||
if (index === 0) {
|
||||
globalShortcut.register(shortcut, () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue