Adding daily/stable shortcuts in menu

This commit is contained in:
sbenmoussati
2023-02-15 15:48:33 +01:00
committed by Salah Benmoussati
parent 491239e2d9
commit 12011b5cc3

View File

@@ -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',
},
],
},