From a2320c76fef084b7ec01839ab9c17b474839b3c0 Mon Sep 17 00:00:00 2001 From: Chi Kei Chan Date: Tue, 26 Feb 2019 10:30:41 -0800 Subject: Show/Hide Fiat on Testnets based on User Preference (#6153) --- development/states/confirm-new-ui.json | 3 ++- development/states/currency-localization.json | 3 ++- development/states/send-edit.json | 3 ++- development/states/send-new-ui.json | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) (limited to 'development') diff --git a/development/states/confirm-new-ui.json b/development/states/confirm-new-ui.json index 346f06c6b..4310ed5b7 100644 --- a/development/states/confirm-new-ui.json +++ b/development/states/confirm-new-ui.json @@ -131,7 +131,8 @@ }, "currentLocale": "en", "preferences": { - "useNativeCurrencyAsPrimaryCurrency": true + "useNativeCurrencyAsPrimaryCurrency": true, + "showFiatInTestnets": true } }, "appState": { diff --git a/development/states/currency-localization.json b/development/states/currency-localization.json index 7dd1a135d..8288b3020 100644 --- a/development/states/currency-localization.json +++ b/development/states/currency-localization.json @@ -113,7 +113,8 @@ }, "currentLocale": "en", "preferences": { - "useNativeCurrencyAsPrimaryCurrency": true + "useNativeCurrencyAsPrimaryCurrency": true, + "showFiatInTestnets": true } }, "appState": { diff --git a/development/states/send-edit.json b/development/states/send-edit.json index f617910f1..fda7d1a31 100644 --- a/development/states/send-edit.json +++ b/development/states/send-edit.json @@ -135,7 +135,8 @@ }, "currentLocale": "en", "preferences": { - "useNativeCurrencyAsPrimaryCurrency": true + "useNativeCurrencyAsPrimaryCurrency": true, + "showFiatInTestnets": true } }, "appState": { diff --git a/development/states/send-new-ui.json b/development/states/send-new-ui.json index bb4d80c5c..b8a3ff128 100644 --- a/development/states/send-new-ui.json +++ b/development/states/send-new-ui.json @@ -114,7 +114,8 @@ }, "currentLocale": "en", "preferences": { - "useNativeCurrencyAsPrimaryCurrency": true + "useNativeCurrencyAsPrimaryCurrency": true, + "showFiatInTestnets": true } }, "appState": { -- cgit