mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26517 - Create wallpaper v2 feature flag
This commit is contained in:
parent
c974dbeb78
commit
0f62f360ed
@ -107,4 +107,9 @@ object FeatureFlags {
|
|||||||
* Enables the wallpaper onboarding.
|
* Enables the wallpaper onboarding.
|
||||||
*/
|
*/
|
||||||
val wallpaperOnboardingEnabled = Config.channel.isDebug
|
val wallpaperOnboardingEnabled = Config.channel.isDebug
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Enables the wallpaper v2 enhancements.
|
||||||
|
*/
|
||||||
|
val wallpaperV2Enabled = Config.channel.isDebug
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user