mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-24 14:23:36 -05:00
added newsfeed notify icon
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6605 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e74be8e484
commit
ff7b56da36
@ -38,7 +38,7 @@ void NewsFeedUserNotify::newsFeedChanged(int count)
|
||||
|
||||
QIcon NewsFeedUserNotify::getMainIcon(bool hasNew)
|
||||
{
|
||||
return hasNew ? QIcon(":/images/newsfeed128.png") : QIcon(":/images/newsfeed128.png");
|
||||
return hasNew ? QIcon(":/images/newsfeed128_notify.png") : QIcon(":/images/newsfeed128.png");
|
||||
}
|
||||
|
||||
unsigned int NewsFeedUserNotify::getNewCount()
|
||||
|
@ -285,6 +285,7 @@
|
||||
<file>images/kdmconfig.png</file>
|
||||
<file>images/konsole.png</file>
|
||||
<file>images/newsfeed128.png</file>
|
||||
<file>images/newsfeed128_notify.png</file>
|
||||
<file>images/konversation.png</file>
|
||||
<file>images/konversation16.png</file>
|
||||
<file>images/konversation128.png</file>
|
||||
|
BIN
retroshare-gui/src/gui/images/newsfeed128_notify.png
Normal file
BIN
retroshare-gui/src/gui/images/newsfeed128_notify.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.9 KiB |
Loading…
Reference in New Issue
Block a user