Enable Spaces by default.
This commit is contained in:
parent
4660e99d11
commit
1e67a01f04
1 changed files with 1 additions and 2 deletions
|
|
@ -71,8 +71,7 @@ enum class FeatureFlags(
|
|||
Space(
|
||||
key = "feature.space",
|
||||
title = "Spaces",
|
||||
description = "Spaces are under active development, only developers should enable this flag for now.",
|
||||
defaultValue = { false },
|
||||
defaultValue = { true },
|
||||
isFinished = false,
|
||||
),
|
||||
PrintLogsToLogcat(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue