diff --git a/src/widget/form/chatform.cpp b/src/widget/form/chatform.cpp index 34015107b..d31fe5f0e 100644 --- a/src/widget/form/chatform.cpp +++ b/src/widget/form/chatform.cpp @@ -468,7 +468,7 @@ void ChatForm::onVideoCallTriggered() disableCallButtons(); if (coreav->startCall(f->getFriendID(), true)) - showOutgoingCall(false); + showOutgoingCall(true); else enableCallButtons(); }