1
0

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:
ThomasV
2023-11-10 15:04:53 +01:00
committed by GitHub
2 changed files with 18 additions and 10 deletions

View File

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