Display participant address on clicking on one (Conference creation)

This commit is contained in:
Julien Wadel 2022-11-22 16:30:52 +01:00
parent f3d3f1ee0b
commit 773b1053b9

View file

@ -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
}
}
}