From 1bc33c53fa52f413835a66b4d016fd792742437a Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Mon, 12 Sep 2022 16:08:38 -0400 Subject: [PATCH] Closes #26865: Make the Nimbus MR Onboarding features true by default. --- nimbus.fml.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nimbus.fml.yaml b/nimbus.fml.yaml index f1351e06f..2de6265f0 100644 --- a/nimbus.fml.yaml +++ b/nimbus.fml.yaml @@ -189,10 +189,10 @@ features: type: Map default: { - "home-onboarding-dialog-existing-users": false, - "sync-cfr": false, - "wallpapers-selection-tool": false, - "jump-back-in-cfr": false, + "home-onboarding-dialog-existing-users": true, + "sync-cfr": true, + "wallpapers-selection-tool": true, + "jump-back-in-cfr": true, "tcp-cfr": true, "tcp-feature": true }