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
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E

View File

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