mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Display spinner when a call in not yet connected (waiting room)
This commit is contained in:
parent
bd5508695b
commit
a1cabb830a
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ Rectangle {
|
|||
Layout.preferredWidth: WaitingRoomStyle.header.busyIndicator.width
|
||||
Layout.topMargin: 30
|
||||
color: WaitingRoomStyle.header.busyIndicator.color
|
||||
visible: mainItem.callModel && mainItem.callModel.isOutgoing
|
||||
visible: mainItem.callModel && mainItem.callModel.status !== CallModel.CallStatusConnected
|
||||
}
|
||||
|
||||
Text{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue