2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

[fenix] For https://github.com/mozilla-mobile/fenix/issues/26696 - Enable showSynCFR for Nightly

This commit is contained in:
Gabriel Luong 2022-08-29 13:03:58 -04:00 committed by mergify[bot]
parent c909aaea13
commit 7827fda4a4

View File

@ -26,7 +26,7 @@ object FeatureFlags {
/** /**
* Enables the onboarding sync CFR on the home screen. * Enables the onboarding sync CFR on the home screen.
*/ */
val showSynCFR = Config.channel.isDebug val showSynCFR = Config.channel.isNightlyOrDebug
/** /**
* Enables the onboarding jump back in CFR on the home screen. * Enables the onboarding jump back in CFR on the home screen.