1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-09-10 12:03:18 +02:00

fix: selectscreen opening from contextmenu

Change-Id: I1761688aa2b8a2e7ab882926cd997a1d5a066ca7
This commit is contained in:
Aline Gondim Santos 2022-09-26 12:31:16 -03:00
parent cb0acdc2a8
commit 7b7d12fb22

View file

@ -224,7 +224,7 @@ Item {
onPluginItemClicked: openPluginsMenu()
onRecordCallClicked: root.recordClicked()
onOpenSelectionWindow: {
SelectScreenWindowCreation.createSelectScreenWindowObject()
SelectScreenWindowCreation.createSelectScreenWindowObject(appWindow)
SelectScreenWindowCreation.showSelectScreenWindow(callPreviewId, windowSelection)
}
}