mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04: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
3 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue