mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 05:23:06 +00:00
Fix smartsearchbar in info chat
This commit is contained in:
parent
223a7ab4f0
commit
a35ca1c13c
1 changed files with 2 additions and 1 deletions
|
|
@ -93,7 +93,8 @@ DialogPlus {
|
|||
}]
|
||||
|
||||
onEntryClicked: {
|
||||
selectedParticipants.append({$sipAddress:entry})
|
||||
selectedParticipants.add(entry)
|
||||
smartSearchBar.addAddressToIgnore(entry);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue