clairehurst pushed to branch tor-browser-140.4.0esr-15.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
3195d965
by Dan Ballard at 2025-10-23T11:53:51-06:00
1 changed file:
Changes:
| ... | ... | @@ -2098,7 +2098,7 @@ class Settings(private val appContext: Context) : PreferencesHolder { |
| 2098 | 2098 | */
|
| 2099 | 2099 | var isTrendingSearchesVisible by lazyFeatureFlagPreference(
|
| 2100 | 2100 | key = appContext.getPreferenceKey(R.string.pref_key_enable_trending_searches),
|
| 2101 | - default = { FxNimbus.features.trendingSearches.value().enabled },
|
|
| 2101 | + default = { false },
|
|
| 2102 | 2102 | featureFlag = true,
|
| 2103 | 2103 | )
|
| 2104 | 2104 |