1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-21 09:44:48 +02:00

disable all global shortcuts

This commit is contained in:
Kyle Spearrin 2020-03-12 09:50:19 -04:00
parent e8c03e30ba
commit 0b05a8f44e

View File

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