forked from Public/monero-gui
Merge pull request #2347
e1bbc1e LeftPanel: use currency symbol for fiat toggle (selsta)
This commit is contained in:
@@ -204,7 +204,7 @@ Rectangle {
|
||||
}
|
||||
MoneroComponents.Label {
|
||||
fontSize: 20
|
||||
text: "¥"
|
||||
text: persistentSettings.fiatPriceCurrency == "xmrusd" ? "$" : "€"
|
||||
color: "white"
|
||||
visible: persistentSettings.fiatPriceEnabled
|
||||
anchors.right: parent.right
|
||||
|
||||
Reference in New Issue
Block a user