mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 11:57:25 -04:00
LeftPanel: use currency symbol for fiat toggle
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user