mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
Add keybinding to open settings (#150)
This commit is contained in:
committed by
Kyle Spearrin
parent
8efa46683a
commit
3ff1dcfd87
@@ -370,6 +370,7 @@ export class MenuMain extends BaseMenu {
|
|||||||
label: this.main.i18nService.t('settings'),
|
label: this.main.i18nService.t('settings'),
|
||||||
id: 'settings',
|
id: 'settings',
|
||||||
click: () => this.main.messagingService.send('openSettings'),
|
click: () => this.main.messagingService.send('openSettings'),
|
||||||
|
accelerator: 'CmdOrCtrl+,',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: this.main.i18nService.t('lockNow'),
|
label: this.main.i18nService.t('lockNow'),
|
||||||
|
|||||||
Reference in New Issue
Block a user