mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-17 20:08:28 +00:00
use display name instead of address for security example so the magic search does not search this fake address
This commit is contained in:
parent
471dcf131d
commit
ad7a599794
1 changed files with 2 additions and 2 deletions
|
|
@ -178,7 +178,7 @@ FriendGui{
|
|||
content: RowLayout {
|
||||
spacing: Math.round(50 * DefaultStyle.dp)
|
||||
Avatar {
|
||||
_address: "sip:a.c@sip.linphone.org"
|
||||
displayNameVal: "A C"
|
||||
Layout.preferredWidth: Math.round(45 * DefaultStyle.dp)
|
||||
Layout.preferredHeight: Math.round(45 * DefaultStyle.dp)
|
||||
}
|
||||
|
|
@ -189,7 +189,7 @@ FriendGui{
|
|||
Layout.preferredHeight: Math.round(45 * DefaultStyle.dp)
|
||||
}
|
||||
Avatar {
|
||||
_address: "sip:a.c@sip.linphone.org"
|
||||
displayNameVal: "A C"
|
||||
secured: true
|
||||
Layout.preferredWidth: Math.round(45 * DefaultStyle.dp)
|
||||
Layout.preferredHeight: Math.round(45 * DefaultStyle.dp)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue