[fenix] For issue https://github.com/mozilla-mobile/fenix/issues/18132 create feature flag for refreshing icons

pull/600/head
Arturo Mejia 3 years ago
parent d274db2376
commit a32ee95cf9

@ -43,4 +43,9 @@ object FeatureFlags {
* Enables the tabs tray re-write with Synced Tabs.
*/
val tabsTrayRewrite = Config.channel.isNightlyOrDebug
/**
* Enables the updated icon set look and feel.
*/
val newIconSet = Config.channel.isNightlyOrDebug
}

Loading…
Cancel
Save