mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Display participant address on clicking on one (Conference creation)
This commit is contained in:
parent
f3d3f1ee0b
commit
773b1053b9
1 changed files with 1 additions and 2 deletions
|
|
@ -557,7 +557,6 @@ DialogPlus {
|
|||
function removeParticipant(entry){
|
||||
smartSearchBar.removeAddressToIgnore(entry.sipAddress)
|
||||
selectedParticipants.removeModel(entry)
|
||||
++lastContacts.reloadCount
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -579,7 +578,7 @@ DialogPlus {
|
|||
id:selectedParticipants
|
||||
chatRoomModel:null
|
||||
}
|
||||
onEntryClicked: actions[0].handler(entry)
|
||||
onEntryClicked: participantView.showSubtitle = !participantView.showSubtitle
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue