Hide action buttons while preparing the video conference.

This commit is contained in:
Julien Wadel 2022-09-19 16:42:46 +02:00
parent 0a0a87bbff
commit 08577e8b57

View file

@ -135,7 +135,7 @@ Rectangle {
isCustom: true
backgroundRadius: width/2
colorSet: IncallStyle.buttons.callsList
visible: !listCallsOpened
visible: !listCallsOpened && mainItem.isReady
onClicked: openListCallsRequest()
}
ActionButton{
@ -183,7 +183,7 @@ Rectangle {
// Title
Item{
Layout.fillWidth: true
Layout.fillHeight: true
Layout.preferredHeight: title.contentHeight
ColumnLayout{
anchors.fill: parent
Text{
@ -528,6 +528,7 @@ Rectangle {
anchors.bottomMargin: 30
anchors.rightMargin: 25
height: 60
visible: mainItem.isReady
ActionButton{
isCustom: true
backgroundRadius: width/2