diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2017-03-16 17:02:57 +0100 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2017-03-16 17:02:57 +0100 |
| commit | e4a114321f6481b8c78d5b9d88a4da3576b63d20 (patch) | |
| tree | 099919723fc80ec5b2c784a918608f548d0902ea /LeftPanel.qml | |
| parent | 897bc582f042cdcecbaf8048bd9ab73f3f9b302b (diff) | |
| download | monzero-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.qml | 12 |
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 |
