Do not allow closing preview if alone in video conference with Grid layout.

This commit is contained in:
Julien Wadel 2022-06-29 13:22:39 +02:00
parent 76eb8014e0
commit 668feaff71

View file

@ -53,6 +53,7 @@ Mosaic {
isCameraFromDevice: true
isPaused: grid.callModel.pausedByUser || avatarCell.currentDevice && avatarCell.currentDevice.isPaused
onCloseRequested: participantDevices.showMe = false
showCloseButton: participantDevices.count > 1
}
}
}