Update SandboxiePlus/SandMan/SbiePlusAPI.cpp
Co-authored-by: offhub <6871698+offhub@users.noreply.github.com>
This commit is contained in:
parent
ccb9c725ad
commit
19131f0413
|
@ -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") &&
|
||||
|
|
Loading…
Reference in New Issue