2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

Closes #26966: enable wallpapers V2 (#27141)

(cherry picked from commit 6f24fadebb)

Co-authored-by: MatthewTighe <mtighe@mozilla.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
mergify[bot] 2022-09-23 16:53:22 -07:00 committed by GitHub
parent 0207dac388
commit f326c01667
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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