Merge pull request #2347

e1bbc1e LeftPanel: use currency symbol for fiat toggle (selsta)
This commit is contained in:
luigi1111 2019-08-14 15:44:21 -05:00
commit c0932a1bd5
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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