mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
changed broadcast chat notify icon
This commit is contained in:
parent
081782c97c
commit
5c9c7e8cf6
@ -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