diff --git a/src/app/config-handler.ts b/src/app/config-handler.ts index 5a366de13..3d93fd088 100644 --- a/src/app/config-handler.ts +++ b/src/app/config-handler.ts @@ -547,6 +547,8 @@ class Config { customFlags: latestGlobalConfig.customFlags, betaAutoUpdateChannelEnabled: latestGlobalConfig.betaAutoUpdateChannelEnabled, + latestAutoUpdateChannelEnabled: + latestGlobalConfig.latestAutoUpdateChannelEnabled, }); }