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:
parent
9163b73032
commit
8f7214f383
|
@ -458,6 +458,8 @@ void ChatForm::onCallTriggered()
|
|||
disableCallButtons();
|
||||
if (coreav->startCall(f->getFriendID(), false))
|
||||
showOutgoingCall(false);
|
||||
else
|
||||
enableCallButtons();
|
||||
}
|
||||
|
||||
void ChatForm::onVideoCallTriggered()
|
||||
|
|
Loading…
Reference in New Issue
Block a user