mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-28 08:54:13 -04:00
added new mainwindow icons for RetroShare.
This commit is contained in:
parent
4d5be7fbce
commit
6682a7a491
80 changed files with 2844 additions and 83 deletions
|
@ -38,7 +38,7 @@ void NewsFeedUserNotify::newsFeedChanged(int count)
|
|||
|
||||
QIcon NewsFeedUserNotify::getMainIcon(bool hasNew)
|
||||
{
|
||||
return hasNew ? QIcon(":/icons/knews_red_128.png") : QIcon(":/icons/knews_128.png");
|
||||
return hasNew ? QIcon(":/icons/png/newsfeed-notify.png") : QIcon(":/icons/png/newsfeed.png");
|
||||
}
|
||||
|
||||
unsigned int NewsFeedUserNotify::getNewCount()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue