From 692e44fc2e2f5f419d701dc65279557a973a2b40 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 27 Oct 2024 20:06:20 +0300 Subject: more fixes for #4751 --- plugins/TabSRMM/src/chat_tools.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/TabSRMM/src/chat_tools.cpp b/plugins/TabSRMM/src/chat_tools.cpp index c985382e57..2a818f4c47 100644 --- a/plugins/TabSRMM/src/chat_tools.cpp +++ b/plugins/TabSRMM/src/chat_tools.cpp @@ -233,7 +233,8 @@ BOOL DoSoundsFlashPopupTrayStuff(SESSION_INFO *si, GCEVENT *gce, BOOL bHighlight else { // do blinking icons in tray if (bInactive || !g_Settings.bTrayIconInactiveOnly) { - g_chatApi.DoTrayIcon(si, gce); + if (iMuteMode != CHATMODE_MUTE) + g_chatApi.DoTrayIcon(si, gce); if (iEvent == GC_EVENT_MESSAGE) bFlagUnread = true; } -- cgit v1.2.3