Make version number selectable for debugging

This commit is contained in:
Christophe Deschamps 2024-11-25 07:45:01 +01:00
parent 0acb7b6736
commit 969b59015b

View file

@ -114,12 +114,13 @@ AbstractSettingsLayout {
color: DefaultStyle.main2_600
Layout.fillWidth: true
}
Text {
TextEdit {
text: AppCpp.applicationVersion + ' ('+ AppCpp.gitBranchName + ')'
font: Typography.p1
wrapMode: Text.WordWrap
color: DefaultStyle.main2_600
Layout.fillWidth: true
readOnly: true
}
}
}
@ -141,12 +142,13 @@ AbstractSettingsLayout {
color: DefaultStyle.main2_600
Layout.fillWidth: true
}
Text {
TextEdit {
text: AppCpp.sdkVersion
font: Typography.p1
wrapMode: Text.WordWrap
color: DefaultStyle.main2_600
Layout.fillWidth: true
readOnly: true
}
}
}