aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-11-13 09:08:16 -0600
committerluigi1111 <luigi1111w@gmail.com>2019-11-13 09:08:16 -0600
commitcf0e5a811e1ac3cd98607f70d9d479ba735d9353 (patch)
treed5249e41966cbaa82ea7bdec7499fa62016082a2 /LeftPanel.qml
parentea8f51d16818789da361e0c3141b60b2ed1039d1 (diff)
parente9cdaf4dbe1f0ec125390f3ce328c9d09adc4237 (diff)
downloadmonzero-gui-cf0e5a811e1ac3cd98607f70d9d479ba735d9353.tar.gz
monzero-gui-cf0e5a811e1ac3cd98607f70d9d479ba735d9353.tar.xz
monzero-gui-cf0e5a811e1ac3cd98607f70d9d479ba735d9353.zip
Merge pull request #2440
e9cdaf4 Transfer: convert and display entered amount in fiat currency (xiphon)
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"
}