space: SpaceSettings feature flag should be off by default

This commit is contained in:
ganfra
2025-12-03 11:14:20 +01:00
parent b78761e89a
commit ae3056317d

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(