[fenix] Turn on feature flag for three-dot menu redesign for beta. (https://github.com/mozilla-mobile/fenix/pull/19111)

pull/600/head
Elise Richards 3 years ago committed by GitHub
parent 7df01dc67f
commit 4565b0f1ea

@ -37,7 +37,7 @@ object FeatureFlags {
/**
* Shows new three-dot toolbar menu design.
*/
val toolbarMenuFeature = Config.channel.isNightlyOrDebug
const val toolbarMenuFeature = true
/**
* Enables the tabs tray re-write with Synced Tabs.

Loading…
Cancel
Save