fix #LINQT-1501 missing username display only
This commit is contained in:
parent
29f6d8db62
commit
6377d60c8b
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ ApplicationWindow {
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
Layout.leftMargin: 5 * DefaultStyle.dp
|
Layout.leftMargin: 5 * DefaultStyle.dp
|
||||||
text: modelData.address
|
text: SettingsCpp.onlyDisplaySipUriUsername ? UtilsCpp.getUsername(modelData.address) : modelData.address
|
||||||
font {
|
font {
|
||||||
pixelSize: 14 * DefaultStyle.dp
|
pixelSize: 14 * DefaultStyle.dp
|
||||||
weight: 400 * DefaultStyle.dp
|
weight: 400 * DefaultStyle.dp
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue