Secure backup: create a feature flag (disabled)
This commit is contained in:
parent
ba004187f0
commit
5013ff061e
13 changed files with 64 additions and 6 deletions
|
|
@ -66,5 +66,11 @@ enum class FeatureFlags(
|
|||
title = "Mentions",
|
||||
description = "Type `@` to get mention suggestions and insert them",
|
||||
defaultValue = false,
|
||||
),
|
||||
SecureStorage(
|
||||
key = "feature.securestorage",
|
||||
title = "Chat backup",
|
||||
description = "Allow access to backup and restore chat history settings",
|
||||
defaultValue = false,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue