Merge pull request #8682 from accumulator/about_version
qml: remove APK version, add Qt and PyQt version strings to About page
This commit is contained in:
@@ -39,13 +39,6 @@ Pane {
|
||||
Label {
|
||||
text: BUILD.electrum_version
|
||||
}
|
||||
Label {
|
||||
text: qsTr('APK Version')
|
||||
Layout.alignment: Qt.AlignRight
|
||||
}
|
||||
Label {
|
||||
text: BUILD.apk_version
|
||||
}
|
||||
Label {
|
||||
text: qsTr('Protocol version')
|
||||
Layout.alignment: Qt.AlignRight
|
||||
@@ -53,6 +46,20 @@ Pane {
|
||||
Label {
|
||||
text: BUILD.protocol_version
|
||||
}
|
||||
Label {
|
||||
text: qsTr('Qt Version')
|
||||
Layout.alignment: Qt.AlignRight
|
||||
}
|
||||
Label {
|
||||
text: BUILD.qt_version
|
||||
}
|
||||
Label {
|
||||
text: qsTr('PyQt Version')
|
||||
Layout.alignment: Qt.AlignRight
|
||||
}
|
||||
Label {
|
||||
text: BUILD.pyqt_version
|
||||
}
|
||||
Label {
|
||||
text: qsTr('License')
|
||||
Layout.alignment: Qt.AlignRight
|
||||
|
||||
Reference in New Issue
Block a user