mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 03:26:31 +00:00
chore: backupDisabledDataDir -> rootDataDir (#20425)
Signed-off-by: yqrashawn <namy.19@gmail.com>
This commit is contained in:
parent
f761d87b2a
commit
f133cd3d5d
@ -30,7 +30,7 @@
|
||||
(let [log-enabled? (boolean (not-empty config/log-level))]
|
||||
(merge (login)
|
||||
{:deviceName (native-module/get-installation-name)
|
||||
:backupDisabledDataDir (native-module/backup-disabled-data-dir)
|
||||
:rootDataDir (native-module/backup-disabled-data-dir)
|
||||
:rootKeystoreDir (native-module/keystore-dir)
|
||||
|
||||
:logLevel (when log-enabled? config/log-level)
|
||||
|
Loading…
x
Reference in New Issue
Block a user