mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Adding daily/stable shortcuts in menu
This commit is contained in:
committed by
Salah Benmoussati
parent
491239e2d9
commit
12011b5cc3
@@ -722,6 +722,7 @@ export class AppMenu {
|
||||
checked: windowHandler.url?.startsWith(CORP_URL + '/client-bff'),
|
||||
id: `${Target.C2}-${Channels.Stable}`,
|
||||
label: i18n.t('Stable')(),
|
||||
accelerator: 'CmdorCtrl+1',
|
||||
},
|
||||
{
|
||||
click: (_item) =>
|
||||
@@ -733,6 +734,7 @@ export class AppMenu {
|
||||
),
|
||||
id: `${Target.C2}-${Channels.Daily}`,
|
||||
label: i18n.t('Daily')(),
|
||||
accelerator: 'CmdorCtrl+2',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user