mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
Disable flag ACCOUNT_SELECTION_ENABLED by default (#18690)
This commit is contained in:
parent
4633fc22ed
commit
38dbd6687e
@ -160,7 +160,7 @@
|
|||||||
|
|
||||||
(def default-kdf-iterations 3200)
|
(def default-kdf-iterations 3200)
|
||||||
|
|
||||||
(def community-accounts-selection-enabled? (enabled? (get-config :ACCOUNT_SELECTION_ENABLED "1")))
|
(def community-accounts-selection-enabled? (enabled? (get-config :ACCOUNT_SELECTION_ENABLED "0")))
|
||||||
(def fetch-messages-enabled? (enabled? (get-config :FETCH_MESSAGES_ENABLED "1")))
|
(def fetch-messages-enabled? (enabled? (get-config :FETCH_MESSAGES_ENABLED "1")))
|
||||||
|
|
||||||
(def wallet-feature-flags
|
(def wallet-feature-flags
|
||||||
|
Loading…
x
Reference in New Issue
Block a user