diff --git a/src/main.ts b/src/main.ts index ec0d14401c..4842d14ed5 100644 --- a/src/main.ts +++ b/src/main.ts @@ -53,7 +53,6 @@ export class Main { this.messagingService.send('focusSearch'); this.windowMain.win.show(); }); - */ globalShortcut.register('CommandOrControl+Shift+G', async () => { if (this.windowMain.win === null) { @@ -63,6 +62,7 @@ export class Main { this.messagingService.send('openPasswordGenerator'); this.windowMain.win.show(); }); + */ }); if (appDataPath != null) {