1
0
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:
sudden6 2016-03-31 15:14:49 +02:00
parent 622b543d9a
commit 98d513990e
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -230,6 +230,7 @@ void GroupChatForm::onUserListChanged()
callButton->setObjectName("grey");
callButton->style()->polish(callButton);
callButton->setToolTip("");
Core::getInstance()->getAv()->leaveGroupCall(group->getGroupId());
hideNetcam();
}
}