mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-13 10:14:18 +01:00
Add keybinding to open settings (#150)
This commit is contained in:
parent
8efa46683a
commit
3ff1dcfd87
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user