use display name instead of address for security example so the magic search does not search this fake address

This commit is contained in:
Gaelle Braud 2025-10-09 15:03:40 +02:00
parent 471dcf131d
commit ad7a599794

View file

@ -178,7 +178,7 @@ FriendGui{
content: RowLayout { content: RowLayout {
spacing: Math.round(50 * DefaultStyle.dp) spacing: Math.round(50 * DefaultStyle.dp)
Avatar { Avatar {
_address: "sip:a.c@sip.linphone.org" displayNameVal: "A C"
Layout.preferredWidth: Math.round(45 * DefaultStyle.dp) Layout.preferredWidth: Math.round(45 * DefaultStyle.dp)
Layout.preferredHeight: Math.round(45 * DefaultStyle.dp) Layout.preferredHeight: Math.round(45 * DefaultStyle.dp)
} }
@ -189,7 +189,7 @@ FriendGui{
Layout.preferredHeight: Math.round(45 * DefaultStyle.dp) Layout.preferredHeight: Math.round(45 * DefaultStyle.dp)
} }
Avatar { Avatar {
_address: "sip:a.c@sip.linphone.org" displayNameVal: "A C"
secured: true secured: true
Layout.preferredWidth: Math.round(45 * DefaultStyle.dp) Layout.preferredWidth: Math.round(45 * DefaultStyle.dp)
Layout.preferredHeight: Math.round(45 * DefaultStyle.dp) Layout.preferredHeight: Math.round(45 * DefaultStyle.dp)