Channel picker fix

This commit is contained in:
sbenmoussati 2022-10-21 10:23:03 +02:00 committed by Salah Benmoussati
parent 9713499661
commit fb5a98136f

View File

@ -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')(),
},
{