Update SettingsWindow.cpp

This commit is contained in:
爱编程的叶一笑 2024-07-18 21:03:01 +08:00 committed by GitHub
parent e09113d226
commit 74f121ea0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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();