Dan Ballard pushed to branch tor-browser-140.4.0esr-15.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
3d1010a2
by Dan Ballard at 2025-10-27T16:05:30-07:00
1 changed file:
Changes:
| ... | ... | @@ -1943,7 +1943,10 @@ class Settings(private val appContext: Context) : PreferencesHolder { |
| 1943 | 1943 | |
| 1944 | 1944 | var shouldUseComposableToolbar by lazyFeatureFlagPreference(
|
| 1945 | 1945 | key = appContext.getPreferenceKey(R.string.pref_key_enable_composable_toolbar),
|
| 1946 | - default = { FxNimbus.features.composableToolbar.value().enabled },
|
|
| 1946 | + // tb-43918
|
|
| 1947 | + // Setting to off for esr140 since we've done no work for it, but it appears moz has enabled
|
|
| 1948 | + // by default in 144 so we'll likely be switching this to true and porting to it for esr-next
|
|
| 1949 | + default = { false },
|
|
| 1947 | 1950 | featureFlag = true,
|
| 1948 | 1951 | )
|
| 1949 | 1952 |