space: SpaceSettings feature flag should be off by default

This commit is contained in:
ganfra 2025-12-03 11:14:20 +01:00
parent 86a2f55db3
commit 5f2134b2d5

View file

@ -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(