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

fix: disable netcamview if no peer left

This commit is contained in:
sudden6 2016-03-31 14:12:11 +02:00
parent db4f02a0c4
commit 622b543d9a
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("");
hideNetcam();
}
}