Update SettingsWindow.cpp
This commit is contained in:
parent
e09113d226
commit
74f121ea0b
|
@ -1025,7 +1025,7 @@ void CSettingsWindow::LoadSettings()
|
|||
|
||||
ui.chkStartBlock->setChecked(theAPI->GetGlobalSettings()->GetBool("StartRunAlertDenied", false));
|
||||
ui.chkStartBlockMsg->setChecked(theAPI->GetGlobalSettings()->GetBool("AlertStartRunAccessDenied", true));
|
||||
ui.chkNotMsg->setChecked(theAPI->GetGlobalSettings()->GetBool("NotifyForceProcessDisabled", false));
|
||||
ui.chkNotForcedMsg->setChecked(theAPI->GetGlobalSettings()->GetBool("NotifyForceProcessDisabled", false));
|
||||
|
||||
ui.treeWarnProgs->clear();
|
||||
|
||||
|
|
Loading…
Reference in New Issue