Update SandboxiePlus/SandMan/Windows/OptionsGeneral.cpp

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

View File

@ -1061,7 +1061,7 @@ void COptionsWindow::UpdateBoxType()
bool bSecurityMode = ui.chkSecurityMode->isChecked(); bool bSecurityMode = ui.chkSecurityMode->isChecked();
bool bAppBox = ui.chkNoSecurityIsolation->isChecked(); bool bAppBox = ui.chkNoSecurityIsolation->isChecked();
bool bIsoationMax = m_pBox->GetBool("HideNonSystemProcess") bool bIsoationMax = m_pBox->GetBool("HideNonSystemProcess")
&& m_pBox->GetBool("HideNonSystemProcess") && m_pBox->GetBool("HideNonSystemProcesses")
&& m_pBox->GetBool("HideOtherBoxes") && m_pBox->GetBool("HideOtherBoxes")
&& m_pBox->GetBool("ClosePrintSpooler") && m_pBox->GetBool("ClosePrintSpooler")
&& m_pBox->GetBool("BlockInterferePower") && m_pBox->GetBool("BlockInterferePower")