Make version number selectable for debugging
This commit is contained in:
parent
0acb7b6736
commit
969b59015b
1 changed files with 4 additions and 2 deletions
|
|
@ -114,12 +114,13 @@ AbstractSettingsLayout {
|
||||||
color: DefaultStyle.main2_600
|
color: DefaultStyle.main2_600
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
}
|
}
|
||||||
Text {
|
TextEdit {
|
||||||
text: AppCpp.applicationVersion + ' ('+ AppCpp.gitBranchName + ')'
|
text: AppCpp.applicationVersion + ' ('+ AppCpp.gitBranchName + ')'
|
||||||
font: Typography.p1
|
font: Typography.p1
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
color: DefaultStyle.main2_600
|
color: DefaultStyle.main2_600
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
readOnly: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -141,12 +142,13 @@ AbstractSettingsLayout {
|
||||||
color: DefaultStyle.main2_600
|
color: DefaultStyle.main2_600
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
}
|
}
|
||||||
Text {
|
TextEdit {
|
||||||
text: AppCpp.sdkVersion
|
text: AppCpp.sdkVersion
|
||||||
font: Typography.p1
|
font: Typography.p1
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
color: DefaultStyle.main2_600
|
color: DefaultStyle.main2_600
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
readOnly: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue