Dismiss Start Call Popup after choice is made
This commit is contained in:
parent
1a94417139
commit
c9e40bd6af
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ ApplicationWindow {
|
|||
onClicked: {
|
||||
if (startCallPopup.currentCall) startCallPopup.currentCall.core.lTransferCall(modelData.address)
|
||||
else UtilsCpp.createCall(modelData.address, {'localVideoEnabled': startCallPopup.videoEnabled})
|
||||
startCallPopup.close()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue