mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
update FeedReader icons
This commit is contained in:
parent
6682a7a491
commit
4b11fb1729
4 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,7 @@ QIcon FeedReaderUserNotify::getIcon()
|
|||
|
||||
QIcon FeedReaderUserNotify::getMainIcon(bool hasNew)
|
||||
{
|
||||
return hasNew ? QIcon(":/images/FeedReader.png") : QIcon(":/images/FeedReader.png");
|
||||
return hasNew ? QIcon(":/images/feedreader-notify.png") : QIcon(":/images/FeedReader.png");
|
||||
}
|
||||
|
||||
unsigned int FeedReaderUserNotify::getNewCount()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue