space: add space settings ff and branch it

This commit is contained in:
ganfra 2025-11-28 14:50:55 +01:00
parent a89484e826
commit 185ef152fe
5 changed files with 20 additions and 2 deletions

View file

@ -75,6 +75,12 @@ enum class FeatureFlags(
title = "Spaces",
defaultValue = { true },
isFinished = true,
),
SpaceSettings(
key = "feature.spaceSettings",
title = "Space settings",
description = "Allow managing space settings such details, permissions and privacy.",
defaultValue = { true },
isFinished = false,
),
PrintLogsToLogcat(