Add testnet label

This commit is contained in:
Jaquee 2017-03-16 17:02:57 +01:00
parent 897bc582f0
commit e4a114321f
No known key found for this signature in database
GPG key ID: 384E52B09F45DC39

View file

@ -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