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:
parent
f107858252
commit
a853d51f5b
|
@ -468,7 +468,7 @@ void ChatForm::onVideoCallTriggered()
|
||||||
|
|
||||||
disableCallButtons();
|
disableCallButtons();
|
||||||
if (coreav->startCall(f->getFriendID(), true))
|
if (coreav->startCall(f->getFriendID(), true))
|
||||||
showOutgoingCall(false);
|
showOutgoingCall(true);
|
||||||
else
|
else
|
||||||
enableCallButtons();
|
enableCallButtons();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user