Update SandMan.cpp

This commit is contained in:
DavidXanatos 2022-04-02 17:48:23 +02:00
parent 3b5c952b6d
commit 01f9623b4d
1 changed files with 3 additions and 0 deletions

View File

@ -1298,6 +1298,9 @@ void CSandMan::OnLogSbieMessage(quint32 MsgCode, const QStringList& MsgData, qui
if ((MsgCode & 0xFFFF) == 6004) // certificat error
return; // dont pop that one up
if ((MsgCode & 0xFFFF) == 2111) // process open denided
return; // dont pop that one up
if(MsgCode != 0 && theConf->GetBool("Options/ShowNotifications", true))
m_pPopUpWindow->AddLogMessage(Message, MsgCode, MsgData, ProcessId);
}