Add embedded monero version in settings page too

This commit is contained in:
moneromooo.monero
2016-12-21 10:47:16 +00:00
parent 7555502d64
commit 70956af7cd
2 changed files with 13 additions and 2 deletions

View File

@@ -350,7 +350,14 @@ Rectangle {
id: guiVersion
Layout.topMargin: 8
color: "#4A4949"
text: qsTr("GUI version: ") + Version.VERSION + translationManager.emptyString
text: qsTr("GUI version: ") + Version.GUI_VERSION + translationManager.emptyString
fontSize: 16
}
Label {
id: guiMoneroVersion
color: "#4A4949"
text: qsTr("Embedded Monero version: ") + Version.GUI_MONERO_VERSION + translationManager.emptyString
fontSize: 16
}