mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-31 02:49:21 +00:00
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 {
|
||||
Layout.leftMargin: 5 * DefaultStyle.dp
|
||||
text: modelData.address
|
||||
text: SettingsCpp.onlyDisplaySipUriUsername ? UtilsCpp.getUsername(modelData.address) : modelData.address
|
||||
font {
|
||||
pixelSize: 14 * DefaultStyle.dp
|
||||
weight: 400 * DefaultStyle.dp
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue