mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Fix hidden preview in one-one call.
This commit is contained in:
parent
28b5460fe5
commit
5265866854
1 changed files with 4 additions and 1 deletions
|
|
@ -76,11 +76,14 @@ Item {
|
|||
anchors.rightMargin: 30
|
||||
anchors.topMargin: 30
|
||||
anchors.bottomMargin: 30
|
||||
|
||||
height: miniViews.cellHeight
|
||||
width: 16 * height / 9
|
||||
|
||||
visible: mainItem.showMe && (!callModel.isConference || allDevices.count >= 1)
|
||||
Sticker{
|
||||
anchors.fill: parent
|
||||
visible: mainItem.showMe && allDevices.count >= 1
|
||||
|
||||
anchors.margins: 3
|
||||
deactivateCamera: !mainItem.callModel || !mainItem.showMe || !mainItem.callModel.localVideoEnabled
|
||||
currentDevice: allDevices.me
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue