mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
parent
39178bd05d
commit
e8c03e30ba
@ -44,6 +44,7 @@ export class Main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
app.on('ready', () => {
|
app.on('ready', () => {
|
||||||
|
/*
|
||||||
globalShortcut.register('CommandOrControl+Shift+L', async () => {
|
globalShortcut.register('CommandOrControl+Shift+L', async () => {
|
||||||
if (this.windowMain.win === null) {
|
if (this.windowMain.win === null) {
|
||||||
await this.windowMain.createWindow();
|
await this.windowMain.createWindow();
|
||||||
@ -52,6 +53,7 @@ export class Main {
|
|||||||
this.messagingService.send('focusSearch');
|
this.messagingService.send('focusSearch');
|
||||||
this.windowMain.win.show();
|
this.windowMain.win.show();
|
||||||
});
|
});
|
||||||
|
*/
|
||||||
|
|
||||||
globalShortcut.register('CommandOrControl+Shift+G', async () => {
|
globalShortcut.register('CommandOrControl+Shift+G', async () => {
|
||||||
if (this.windowMain.win === null) {
|
if (this.windowMain.win === null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user