From e1bbc1e5258087c700b8f7fc152f44a106a42a10 Mon Sep 17 00:00:00 2001 From: selsta Date: Mon, 12 Aug 2019 00:10:24 +0200 Subject: [PATCH] LeftPanel: use currency symbol for fiat toggle --- LeftPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LeftPanel.qml b/LeftPanel.qml index 5e74260b..a1c31e4c 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -204,7 +204,7 @@ Rectangle { } MoneroComponents.Label { fontSize: 20 - text: "¥" + text: persistentSettings.fiatPriceCurrency == "xmrusd" ? "$" : "€" color: "white" visible: persistentSettings.fiatPriceEnabled anchors.right: parent.right