aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
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 d0e4c098..043ce9e1 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