Merge pull request #2816 from defnax/changed-tray-notifyicon-broadcastchat

changed broadcast chat notify icon
This commit is contained in:
csoler 2024-01-01 15:38:42 +01:00 committed by GitHub
commit 249ff6e8c5
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() 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)