Fix fullscreen

This commit is contained in:
Julien Wadel 2022-08-30 09:14:07 +02:00
parent 91f4d94aae
commit 9cfaba1839

View file

@ -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))
}
}