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

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

This commit is contained in:
Elise Richards 2021-04-29 11:34:57 -05:00 committed by GitHub
parent 7df01dc67f
commit 4565b0f1ea

View File

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