mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 11:22:05 +02:00
Merge pull request #2347
e1bbc1e
LeftPanel: use currency symbol for fiat toggle (selsta)
This commit is contained in:
commit
c0932a1bd5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user