diff options
| author | selsta <selsta@sent.at> | 2019-08-12 00:10:24 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-08-12 00:10:24 +0200 |
| commit | e1bbc1e5258087c700b8f7fc152f44a106a42a10 (patch) | |
| tree | 0a6b542c11dc0d2b2139235697c5287956c99ff8 /LeftPanel.qml | |
| parent | 55b4425c5db5d25e72dc9089d9ec5aac4f2c5ddf (diff) | |
| download | monzero-gui-e1bbc1e5258087c700b8f7fc152f44a106a42a10.tar.gz monzero-gui-e1bbc1e5258087c700b8f7fc152f44a106a42a10.tar.xz monzero-gui-e1bbc1e5258087c700b8f7fc152f44a106a42a10.zip | |
LeftPanel: use currency symbol for fiat toggle
Diffstat (limited to 'LeftPanel.qml')
| -rw-r--r-- | LeftPanel.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index 5e74260b..a1c31e4c 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -204,7 +204,7 @@ Rectangle { } MoneroComponents.Label { fontSize: 20 - text: "¥" + text: persistentSettings.fiatPriceCurrency == "xmrusd" ? "$" : "€" color: "white" visible: persistentSettings.fiatPriceEnabled anchors.right: parent.right |
