Skip to content
Snippets Groups Projects
Commit 7b7d12fb authored by Aline Gondim Santos's avatar Aline Gondim Santos
Browse files

fix: selectscreen opening from contextmenu

Change-Id: I1761688aa2b8a2e7ab882926cd997a1d5a066ca7
parent cb0acdc2
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,7 @@ Item {
onPluginItemClicked: openPluginsMenu()
onRecordCallClicked: root.recordClicked()
onOpenSelectionWindow: {
SelectScreenWindowCreation.createSelectScreenWindowObject()
SelectScreenWindowCreation.createSelectScreenWindowObject(appWindow)
SelectScreenWindowCreation.showSelectScreenWindow(callPreviewId, windowSelection)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment