From fb5a98136f847b519d20bad0a5efe680ece91db5 Mon Sep 17 00:00:00 2001 From: sbenmoussati <51402489+sbenmoussati@users.noreply.github.com> Date: Fri, 21 Oct 2022 10:23:03 +0200 Subject: [PATCH] Channel picker fix --- src/app/app-menu.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app-menu.ts b/src/app/app-menu.ts index 22aab1e7..f9be7c06 100644 --- a/src/app/app-menu.ts +++ b/src/app/app-menu.ts @@ -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')(), }, {