mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
Hide participants in cancelled ICS.
This commit is contained in:
parent
fd3db129a0
commit
f2b33a6a01
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ Loader{
|
|||
Layout.rightMargin: 15
|
||||
|
||||
spacing: ChatCalendarMessageStyle.participants.spacing
|
||||
visible: participantsRow.participantCount > 0
|
||||
visible: participantsRow.participantCount > 0 && mainItem.conferenceInfoModel.state != LinphoneEnums.ConferenceInfoStateCancelled
|
||||
|
||||
Icon{
|
||||
icon: ChatCalendarMessageStyle.participants.icon
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue