Skip to content

Commit

Permalink
Update SandMan.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Apr 2, 2022
1 parent 3b5c952 commit 01f9623
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SandboxiePlus/SandMan/SandMan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 01f9623

Please sign in to comment.