mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
lock/unlock
This commit is contained in:
@@ -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'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user