Merge pull request #460 from PhenomRetroShare/Fix_LobbyNotifyIcon

Fix Lobby Notify Icon.
This commit is contained in:
Cyril Soler 2016-08-08 22:11:10 +02:00 committed by GitHub
commit 723d96bcd1

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);