Update SandboxiePlus/SandMan/Windows/OptionsAdvanced.cpp
Co-authored-by: offhub <6871698+offhub@users.noreply.github.com>
This commit is contained in:
parent
16aba205b1
commit
d75b21c154
|
@ -266,7 +266,7 @@ void COptionsWindow::LoadAdvanced()
|
|||
ui.chkNotifyProtect->setChecked(m_pBox->GetBool("NotifyBoxProtected", false));
|
||||
|
||||
ui.chkProtectWindow->setChecked(m_pBox->GetBool("IsProtectScreen"));
|
||||
QString str = m_pBox->GetText("OpenWindowClass", "");
|
||||
QString str = m_pBox->GetText("OpenWinClass", "");
|
||||
ui.chkBlockCapture->setChecked(m_pBox->GetBool("IsBlockCapture")&& QString::compare(str, "*") != 0);
|
||||
ui.chkBlockCapture->setCheckable(QString::compare(str, "*") != 0);
|
||||
|
||||
|
|
Loading…
Reference in New Issue