From e4a114321f6481b8c78d5b9d88a4da3576b63d20 Mon Sep 17 00:00:00 2001 From: Jaquee Date: Thu, 16 Mar 2017 17:02:57 +0100 Subject: [PATCH] Add testnet label --- LeftPanel.qml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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