2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-15 18:12:54 +00:00
This commit is contained in:
MatthewTighe 2022-09-13 11:54:11 -07:00 committed by mergify[bot]
parent de5bbacbf2
commit 81b246376e

View File

@ -117,5 +117,5 @@ object FeatureFlags {
/**
* Enables the wallpaper v2 enhancements.
*/
val wallpaperV2Enabled = Config.channel.isDebug
const val wallpaperV2Enabled = true
}