remove old code from #351

This commit is contained in:
Kyle Spearrin 2021-07-12 10:11:43 -04:00
parent 6990056c04
commit 9201730fe1
1 changed files with 1 additions and 19 deletions

View File

@ -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) {