aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2019-11-13 08:02:19 +0000
committerxiphon <xiphon@protonmail.com>2019-11-13 08:10:49 +0000
commite9cdaf4dbe1f0ec125390f3ce328c9d09adc4237 (patch)
tree97c166c865d568134315d39e5b2b9264e4805c6b /LeftPanel.qml
parent7f7a39292c57f9b51090005d8a8e39297d988e0b (diff)
downloadmonzero-gui-e9cdaf4dbe1f0ec125390f3ce328c9d09adc4237.tar.gz
monzero-gui-e9cdaf4dbe1f0ec125390f3ce328c9d09adc4237.tar.xz
monzero-gui-e9cdaf4dbe1f0ec125390f3ce328c9d09adc4237.zip
Transfer: convert and display entered amount in fiat currency
Diffstat (limited to 'LeftPanel.qml')
-rw-r--r--LeftPanel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml
index a9f01cfa..308e1954 100644
--- a/LeftPanel.qml
+++ b/LeftPanel.qml
@@ -238,7 +238,7 @@ Rectangle {
font.pixelSize: 16
text: {
if (persistentSettings.fiatPriceEnabled && persistentSettings.fiatPriceToggle) {
- return persistentSettings.fiatPriceCurrency == "xmrusd" ? "USD" : "EUR"
+ return appWindow.fiatApiCurrencySymbol();
} else {
return "XMR"
}