Dismiss Start Call Popup after choice is made

This commit is contained in:
Christophe Deschamps 2025-01-24 15:29:21 +01:00
parent 1a94417139
commit c9e40bd6af

View file

@ -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()
}
}
}