[fenix] Enable new tabs tray only for debug builds

pull/600/head
Jonathan Almeida 4 years ago committed by Jonathan Almeida
parent 4fb1bbf431
commit c6f95e1f5c

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