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:
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…
Reference in New Issue
Block a user