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