diff --git a/src/app/mainview/components/CallOverlay.qml b/src/app/mainview/components/CallOverlay.qml
index 2bbaf26fbdb5a9817ec2e4bb3e5939b70a75cc68..86f6b50d17288ce8efb738456baf6aff9ef142b7 100644
--- a/src/app/mainview/components/CallOverlay.qml
+++ b/src/app/mainview/components/CallOverlay.qml
@@ -224,7 +224,7 @@ Item {
         onPluginItemClicked: openPluginsMenu()
         onRecordCallClicked: root.recordClicked()
         onOpenSelectionWindow: {
-            SelectScreenWindowCreation.createSelectScreenWindowObject()
+            SelectScreenWindowCreation.createSelectScreenWindowObject(appWindow)
             SelectScreenWindowCreation.showSelectScreenWindow(callPreviewId, windowSelection)
         }
     }