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