mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-08 10:52:04 +02:00
LeftPanel: use currency symbol for fiat toggle
This commit is contained in:
parent
55b4425c5d
commit
e1bbc1e525
@ -204,7 +204,7 @@ Rectangle {
|
||||
}
|
||||
MoneroComponents.Label {
|
||||
fontSize: 20
|
||||
text: "¥"
|
||||
text: persistentSettings.fiatPriceCurrency == "xmrusd" ? "$" : "€"
|
||||
color: "white"
|
||||
visible: persistentSettings.fiatPriceEnabled
|
||||
anchors.right: parent.right
|
||||
|
Loading…
Reference in New Issue
Block a user