For issue #18132 create feature flag for refreshing icons

upstream-sync
Arturo Mejia 3 years ago
parent c47f43608d
commit 83b7d6f38d

@ -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