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