mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 16:45:11 -04:00
added colored icon for chat notify
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6582 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
52efb8b21d
commit
b07dfa4a01
3 changed files with 2 additions and 1 deletions
|
@ -90,7 +90,7 @@ QIcon ChatUserNotify::getIcon()
|
|||
|
||||
QIcon ChatUserNotify::getMainIcon(bool hasNew)
|
||||
{
|
||||
return hasNew ? QIcon(":/images/groupchat.png") : QIcon(":/images/groupchat.png");
|
||||
return hasNew ? QIcon(":/images/user/friends24_notify.png") : QIcon(":/images/groupchat.png");
|
||||
}
|
||||
|
||||
unsigned int ChatUserNotify::getNewCount()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue