1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-05 16:15:26 +02:00

InitialCallPage: see the video preview

GitLab: https://git.jami.net/savoirfairelinux/jami-project/-/issues/1309
Change-Id: Ib9abac518d94e74d6ef6554ec38e2dda520937f4
This commit is contained in:
Nicolas 2022-09-13 10:21:30 -04:00 committed by Nicolas Vengeon
parent ef0569b0c8
commit ffa38fb8ef

View file

@ -39,6 +39,13 @@ Rectangle {
color: "black"
LocalVideo {
anchors.centerIn: parent
anchors.fill: parent
visible: !root.isAudioOnly && CurrentAccount.videoEnabled_Video && VideoDevices.listSize !== 0
opacity: 0.5
}
ListModel {
id: incomingControlsModel
Component.onCompleted: {