Close #24414: Enable Clear Site Data

This commit is contained in:
Roger Yang 2022-03-23 11:44:38 -04:00 committed by mergify[bot]
parent f8a4661691
commit db46dd3a13
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ object FeatureFlags {
/**
* Enables showing the option to clear site data.
*/
val showClearSiteData = Config.channel.isNightlyOrDebug
const val showClearSiteData = true
/**
* Enables showing the wallpaper functionality.