Enable new tabs tray only for debug builds

upstream-sync
Jonathan Almeida 3 years ago committed by Jonathan Almeida
parent 38f906a685
commit e1bf8c75a0

@ -42,7 +42,7 @@ object FeatureFlags {
/**
* Enables the tabs tray re-write with Synced Tabs.
*/
val tabsTrayRewrite = Config.channel.isNightlyOrDebug
val tabsTrayRewrite = Config.channel.isDebug
/**
* Enables the updated icon set look and feel.

Loading…
Cancel
Save