space: SpaceSettings feature flag should be off by default
This commit is contained in:
parent
86a2f55db3
commit
5f2134b2d5
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ enum class FeatureFlags(
|
|||
key = "feature.spaceSettings",
|
||||
title = "Space settings",
|
||||
description = "Allow managing space settings such details, permissions and privacy.",
|
||||
defaultValue = { true },
|
||||
defaultValue = { false },
|
||||
isFinished = false,
|
||||
),
|
||||
PrintLogsToLogcat(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue