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:
parent
cb0acdc2a8
commit
7b7d12fb22
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ Item {
|
|||
onPluginItemClicked: openPluginsMenu()
|
||||
onRecordCallClicked: root.recordClicked()
|
||||
onOpenSelectionWindow: {
|
||||
SelectScreenWindowCreation.createSelectScreenWindowObject()
|
||||
SelectScreenWindowCreation.createSelectScreenWindowObject(appWindow)
|
||||
SelectScreenWindowCreation.showSelectScreenWindow(callPreviewId, windowSelection)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue