mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-22 14:18:09 +00:00
Fix fullscreen
This commit is contained in:
parent
91f4d94aae
commit
9cfaba1839
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ Rectangle {
|
|||
backgroundRadius: width/2
|
||||
colorSet: IncallStyle.buttons.fullscreen
|
||||
visible: mainItem.callModel.videoEnabled
|
||||
onClicked: Logic.showFullscreen(window, conference, 'IncallFullscreen.qml', title.mapToGlobal(0,0))
|
||||
onClicked: Logic.showFullscreen(window, mainItem, 'IncallFullscreen.qml', title.mapToGlobal(0,0))
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue