1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-08 12:35:09 +02:00

Add keybinding to open settings (#150)

This commit is contained in:
Arunvel Sriram 2018-10-22 23:15:27 +05:30 committed by Kyle Spearrin
parent 8efa46683a
commit 3ff1dcfd87

View File

@ -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'),