mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
@ -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()
|
||||
|
@ -468,6 +468,7 @@
|
||||
<file>images/user/remove_user24.png</file>
|
||||
<file>images/user/deny_user48.png</file>
|
||||
<file>images/user/friends24.png</file>
|
||||
<file>images/user/friends24_notify.png</file>
|
||||
<file>images/user/friend_suggestion16.png</file>
|
||||
<file>images/user/identity16.png</file>
|
||||
<file>images/user/identity24.png</file>
|
||||
|
BIN
retroshare-gui/src/gui/images/user/friends24_notify.png
Normal file
BIN
retroshare-gui/src/gui/images/user/friends24_notify.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in New Issue
Block a user