mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-23 06:38:07 +00:00
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
|
||||
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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue