IV channel visible for Windows users only

This commit is contained in:
sbenmoussati 2022-11-16 15:22:52 +01:00 committed by Salah Benmoussati
parent a8cd4c0467
commit a8e7360c23

View File

@ -750,7 +750,7 @@ export class AppMenu {
id: `${Target.SDA}-${Channels.IV}`,
click: (_item) =>
this.setUpdateChannelForMenuEntry(Target.SDA, Channels.IV),
visible: isCorp,
visible: isCorp && isWindowsOS,
type: 'checkbox',
checked: this.getUpdateChannel() === Channels.IV,
label: i18n.t('IV Dogfooding')(),