mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-28 09:51:06 -06:00
IV channel visible for Windows users only
This commit is contained in:
parent
a8cd4c0467
commit
a8e7360c23
@ -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')(),
|
||||
|
Loading…
Reference in New Issue
Block a user