Fix Lobby Notify Icon.

But now this not report which type of lobby is.
This commit is contained in:
Phenom 2016-08-06 17:52:12 +02:00
parent 9f14103c1c
commit 776e404c2b

View File

@ -221,7 +221,7 @@ void ChatLobbyWidget::updateNotify(ChatLobbyId id, unsigned int count)
dialog->getChatWidget()->setNotify(myChatLobbyUserNotify);
if (count>0){
notifyButton->setVisible(true);
notifyButton->setIcon(_lobby_infos[id].default_icon);
//notifyButton->setIcon(_lobby_infos[id].default_icon);
notifyButton->setToolTip(QString("(%1)").arg(count));
} else {
notifyButton->setVisible(false);