Enable MediaGallery in prod.
This commit is contained in:
parent
52af70ad0d
commit
1e49ef7962
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ enum class FeatureFlags(
|
|||
key = "feature.media_gallery",
|
||||
title = "Allow user to open the media gallery",
|
||||
description = null,
|
||||
defaultValue = { buildMeta -> buildMeta.buildType != BuildType.RELEASE },
|
||||
defaultValue = { true },
|
||||
isFinished = false,
|
||||
),
|
||||
EventCache(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue