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:
parent
ef0569b0c8
commit
ffa38fb8ef
1 changed files with 7 additions and 0 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Reference in a new issue