mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Channel picker fix
This commit is contained in:
parent
9713499661
commit
fb5a98136f
@ -742,7 +742,7 @@ export class AppMenu {
|
||||
this.setUpdateChannelForMenuEntry(Target.SDA, Channels.Latest),
|
||||
visible: isCorp,
|
||||
type: 'checkbox',
|
||||
checked: this.getUpdateChannel() === Channels.Daily,
|
||||
checked: this.getUpdateChannel() === Channels.Latest,
|
||||
label: i18n.t('Latest')(),
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user