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

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

This commit is contained in:
Arturo Mejia 2021-03-05 10:11:32 -05:00
parent d274db2376
commit a32ee95cf9

View File

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