1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-20 13:09:20 +01:00

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