mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 14:30:43 -04:00
enabled new icons for toolbar notify
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5388 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
570369ad9c
commit
4581067b78
4 changed files with 4 additions and 4 deletions
|
@ -75,7 +75,7 @@ QIcon TransferUserNotify::getIcon()
|
|||
|
||||
QIcon TransferUserNotify::getMainIcon(bool hasNew)
|
||||
{
|
||||
return hasNew ? QIcon(":/images/transfers_new32.png") : QIcon(":/images/ktorrent32.png");
|
||||
return hasNew ? QIcon(":/images/transfers_new.png") : QIcon(":/images/ktorrent32.png");
|
||||
}
|
||||
|
||||
unsigned int TransferUserNotify::getNewCount()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue