1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-26 10:36:19 +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'),
id: 'settings',
click: () => this.main.messagingService.send('openSettings'),
accelerator: 'CmdOrCtrl+,',
},
{
label: this.main.i18nService.t('lockNow'),