aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
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 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