Merge pull request #557

e4a1143 Add testnet label (Jaquee)
pull/2/head
Riccardo Spagni 7 years ago
commit e4aa338869
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

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