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