For #22851 add wallpapers feature flag

This commit is contained in:
Arturo Mejia 2021-12-14 11:39:24 -05:00 committed by mergify[bot]
parent cd83cfdda7
commit 0ac2899570

View File

@ -101,4 +101,9 @@ object FeatureFlags {
* Enables showing the option to clear site data.
*/
val showClearSiteData = Config.channel.isNightlyOrDebug
/**
* Enables showing the wallpaper functionality.
*/
const val showWallpapers = false
}