aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2017-03-16 17:02:57 +0100
committerJaquee <jaquee.monero@gmail.com>2017-03-16 17:02:57 +0100
commite4a114321f6481b8c78d5b9d88a4da3576b63d20 (patch)
tree099919723fc80ec5b2c784a918608f548d0902ea /LeftPanel.qml
parent897bc582f042cdcecbaf8048bd9ab73f3f9b302b (diff)
downloadmonzero-gui-e4a114321f6481b8c78d5b9d88a4da3576b63d20.tar.gz
monzero-gui-e4a114321f6481b8c78d5b9d88a4da3576b63d20.tar.xz
monzero-gui-e4a114321f6481b8c78d5b9d88a4da3576b63d20.zip
Add testnet label
Diffstat (limited to 'LeftPanel.qml')
-rw-r--r--LeftPanel.qml12
1 files changed, 12 insertions, 0 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml
index 72279c3b..d2aae480 100644
--- a/LeftPanel.qml
+++ b/LeftPanel.qml
@@ -86,6 +86,18 @@ Rectangle {
source: "images/moneroLogo.png"
}
+ Text {
+ id: testnetLabel
+ visible: persistentSettings.testnet
+ text: qsTr("Testnet") + translationManager.emptyString
+ anchors.top: logo.bottom
+ anchors.topMargin: 5
+ anchors.left: parent.left
+ anchors.leftMargin: 50
+ font.bold: true
+ color: "red"
+ }
+
/* Disable twitter/news panel
Image {
anchors.left: parent.left