1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

lock/unlock

This commit is contained in:
Kyle Spearrin
2018-02-09 22:47:53 -05:00
parent 9cb2d2087c
commit a77b16b766
9 changed files with 113 additions and 15 deletions

View File

@@ -83,9 +83,9 @@ export class MenuMain {
}
},
{
label: this.i18nService.t('lock'),
label: this.i18nService.t('lockVault'),
click() {
self.send('lockApp');
self.send('lockVault');
},
accelerator: 'CmdOrCtrl+L'
},