Browse Source

fix: disable netcamview if no peer left

pull/3188/head
sudden6 9 years ago
parent
commit
622b543d9a
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
  1. 1
      src/widget/form/groupchatform.cpp

1
src/widget/form/groupchatform.cpp

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

Loading…
Cancel
Save