mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
remove old code from #351
This commit is contained in:
parent
6990056c04
commit
9201730fe1
20
src/main.ts
20
src/main.ts
@ -48,25 +48,7 @@ export class Main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
app.on('ready', () => {
|
app.on('ready', () => {
|
||||||
/*
|
// on ready stuff...
|
||||||
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();
|
|
||||||
});
|
|
||||||
*/
|
|
||||||
});
|
});
|
||||||
|
|
||||||
if (appDataPath != null) {
|
if (appDataPath != null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user