Update SandboxiePlus/SandMan/SbiePlusAPI.cpp

Co-authored-by: offhub <6871698+offhub@users.noreply.github.com>
This commit is contained in:
爱编程的叶一笑 2024-06-07 19:53:58 +08:00 committed by GitHub
parent ccb9c725ad
commit 19131f0413
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -813,7 +813,7 @@ CSandBoxPlus::EBoxTypes CSandBoxPlus::GetTypeImpl() const
if (m_iUnsecureDebugging != 0)
return eInsecure;
BOOL isMAX = GetBool("HideNonSystemProcess") &&
BOOL isMAX = GetBool("HideNonSystemProcesses") &&
GetBool("HideOtherBoxes") &&
GetBool("ClosePrintSpooler") &&
!GetBool("OpenClipboard") &&