1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Show video button when making outgoing video call

This commit is contained in:
tux3 2015-10-25 16:16:42 +01:00
parent f107858252
commit a853d51f5b
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -468,7 +468,7 @@ void ChatForm::onVideoCallTriggered()
disableCallButtons();
if (coreav->startCall(f->getFriendID(), true))
showOutgoingCall(false);
showOutgoingCall(true);
else
enableCallButtons();
}