update FeedReader icons

This commit is contained in:
defnax 2016-08-16 22:26:48 +02:00
parent 6682a7a491
commit 4b11fb1729
4 changed files with 2 additions and 1 deletions

View file

@ -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()