Skip to content

Commit

Permalink
Update OptionsAdvanced.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Aug 10, 2022
1 parent f92a734 commit ef4ac1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SandboxiePlus/SandMan/Windows/OptionsAdvanced.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ void COptionsWindow::LoadAdvanced()
ShowTriggersTmpl();
//

ui.chkHideOtherBoxes->setChecked(m_pBox->GetBool("HideOtherBoxes", false));
ui.chkHideOtherBoxes->setChecked(m_pBox->GetBool("HideOtherBoxes", true));
QStringList Processes = m_pBox->GetTextList("HideHostProcess", m_Template);
ui.lstProcesses->clear();
ui.lstProcesses->addItems(Processes);
Expand Down

0 comments on commit ef4ac1b

Please sign in to comment.