LeftPanel: use currency symbol for fiat toggle

This commit is contained in:
selsta
2019-08-12 00:10:24 +02:00
parent 55b4425c5d
commit e1bbc1e525

View File

@@ -204,7 +204,7 @@ Rectangle {
} }
MoneroComponents.Label { MoneroComponents.Label {
fontSize: 20 fontSize: 20
text: " text: persistentSettings.fiatPriceCurrency == "xmrusd" ? "$" : "€"
color: "white" color: "white"
visible: persistentSettings.fiatPriceEnabled visible: persistentSettings.fiatPriceEnabled
anchors.right: parent.right anchors.right: parent.right