mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05:00
Merge pull request #2816 from defnax/changed-tray-notifyicon-broadcastchat
changed broadcast chat notify icon
This commit is contained in:
commit
249ff6e8c5
@ -76,7 +76,7 @@ bool ChatUserNotify::hasSetting(QString *name, QString *group)
|
|||||||
|
|
||||||
QIcon ChatUserNotify::getIcon()
|
QIcon ChatUserNotify::getIcon()
|
||||||
{
|
{
|
||||||
return FilesDefs::getIconFromQtResourcePath(":/images/chat.png");
|
return FilesDefs::getIconFromQtResourcePath(":/images/orange-bubble-64.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
QIcon ChatUserNotify::getMainIcon(bool hasNew)
|
QIcon ChatUserNotify::getMainIcon(bool hasNew)
|
||||||
|
Loading…
Reference in New Issue
Block a user