mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fix: close groupcall if alone
This commit is contained in:
parent
622b543d9a
commit
98d513990e
|
@ -230,6 +230,7 @@ void GroupChatForm::onUserListChanged()
|
|||
callButton->setObjectName("grey");
|
||||
callButton->style()->polish(callButton);
|
||||
callButton->setToolTip("");
|
||||
Core::getInstance()->getAv()->leaveGroupCall(group->getGroupId());
|
||||
hideNetcam();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user