changed broadcast chat notify icon

This commit is contained in:
defnax 2023-12-26 15:54:40 +01:00 committed by GitHub
parent 081782c97c
commit 5c9c7e8cf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ bool ChatUserNotify::hasSetting(QString *name, QString *group)
QIcon ChatUserNotify::getIcon()
{
return FilesDefs::getIconFromQtResourcePath(":/images/chat.png");
return FilesDefs::getIconFromQtResourcePath(":/images/orange-bubble-64.png");
}
QIcon ChatUserNotify::getMainIcon(bool hasNew)