diff options
author | Bruno Barbieri <bruno.barbieri@consensys.net> | 2019-03-22 03:43:10 +0800 |
---|---|---|
committer | Dan Finlay <542863+danfinlay@users.noreply.github.com> | 2019-03-22 03:43:10 +0800 |
commit | 7287133e15fab22299e07704206e85bc855d1064 (patch) | |
tree | 99cd453a9fbaabd84bfe9fde3ee9e54c51ff33b4 /docs | |
parent | 2aaec1d9fbaa340ee9971278b6fafd1ad49bdbf2 (diff) | |
download | tangerine-wallet-browser-7287133e15fab22299e07704206e85bc855d1064.tar tangerine-wallet-browser-7287133e15fab22299e07704206e85bc855d1064.tar.gz tangerine-wallet-browser-7287133e15fab22299e07704206e85bc855d1064.tar.bz2 tangerine-wallet-browser-7287133e15fab22299e07704206e85bc855d1064.tar.lz tangerine-wallet-browser-7287133e15fab22299e07704206e85bc855d1064.tar.xz tangerine-wallet-browser-7287133e15fab22299e07704206e85bc855d1064.tar.zst tangerine-wallet-browser-7287133e15fab22299e07704206e85bc855d1064.zip |
Enable mobile sync (#6332)
* enable mobile sync
* remove mobile sync as a preference
* Fix typo
Diffstat (limited to 'docs')
-rw-r--r-- | docs/secret-preferences.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/secret-preferences.md b/docs/secret-preferences.md index f9d01a503..58a4554c4 100644 --- a/docs/secret-preferences.md +++ b/docs/secret-preferences.md @@ -6,5 +6,5 @@ One example is our "sync with mobile" feature, which didn't make sense to roll o To enable features like this, first open the background console, and then you can use the global method `global.setPreference(key, value)`. -For example, if the feature flag was a booelan was called `mobileSync`, you might type `setPreference('mobileSync', true)`. +For example, if the feature flag was a boolean was called `useNativeCurrencyAsPrimaryCurrency`, you might type `setPreference('useNativeCurrencyAsPrimaryCurrency', true)`. |