mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-11 00:39:32 -04:00
Merge pull request #460 from PhenomRetroShare/Fix_LobbyNotifyIcon
Fix Lobby Notify Icon.
This commit is contained in:
commit
723d96bcd1
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ void ChatLobbyWidget::updateNotify(ChatLobbyId id, unsigned int count)
|
||||||
dialog->getChatWidget()->setNotify(myChatLobbyUserNotify);
|
dialog->getChatWidget()->setNotify(myChatLobbyUserNotify);
|
||||||
if (count>0){
|
if (count>0){
|
||||||
notifyButton->setVisible(true);
|
notifyButton->setVisible(true);
|
||||||
notifyButton->setIcon(_lobby_infos[id].default_icon);
|
//notifyButton->setIcon(_lobby_infos[id].default_icon);
|
||||||
notifyButton->setToolTip(QString("(%1)").arg(count));
|
notifyButton->setToolTip(QString("(%1)").arg(count));
|
||||||
} else {
|
} else {
|
||||||
notifyButton->setVisible(false);
|
notifyButton->setVisible(false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue