From 9201730fe17098e85581d584249483e69dc82fc6 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 12 Jul 2021 10:11:43 -0400 Subject: [PATCH] remove old code from #351 --- src/main.ts | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/src/main.ts b/src/main.ts index aff61bc0..e41ed900 100644 --- a/src/main.ts +++ b/src/main.ts @@ -48,25 +48,7 @@ export class Main { } app.on('ready', () => { - /* - globalShortcut.register('CommandOrControl+Shift+L', async () => { - if (this.windowMain.win === null) { - await this.windowMain.createWindow(); - } - - this.messagingService.send('focusSearch'); - this.windowMain.win.show(); - }); - - globalShortcut.register('CommandOrControl+Shift+G', async () => { - if (this.windowMain.win === null) { - await this.windowMain.createWindow(); - } - - this.messagingService.send('openPasswordGenerator'); - this.windowMain.win.show(); - }); - */ + // on ready stuff... }); if (appDataPath != null) {