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

Re-enable buttons if calling failed

This commit is contained in:
tux3 2015-10-24 02:40:56 +02:00
parent 9163b73032
commit 8f7214f383
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -458,6 +458,8 @@ void ChatForm::onCallTriggered()
disableCallButtons();
if (coreav->startCall(f->getFriendID(), false))
showOutgoingCall(false);
else
enableCallButtons();
}
void ChatForm::onVideoCallTriggered()