fix
This commit is contained in:
parent
48cc29e0b7
commit
f51c81a421
|
@ -425,6 +425,7 @@ CSettingsWindow::CSettingsWindow(QWidget* parent)
|
||||||
m_FeaturesChanged = false;
|
m_FeaturesChanged = false;
|
||||||
connect(ui.chkWin32k, SIGNAL(stateChanged(int)), this, SLOT(OnGeneralChanged()));
|
connect(ui.chkWin32k, SIGNAL(stateChanged(int)), this, SLOT(OnGeneralChanged()));
|
||||||
connect(ui.chkSbieLogon, SIGNAL(stateChanged(int)), this, SLOT(OnGeneralChanged()));
|
connect(ui.chkSbieLogon, SIGNAL(stateChanged(int)), this, SLOT(OnGeneralChanged()));
|
||||||
|
connect(ui.chkSbieAll, SIGNAL(stateChanged(int)), this, SLOT(OnGeneralChanged()));
|
||||||
m_GeneralChanged = false;
|
m_GeneralChanged = false;
|
||||||
|
|
||||||
connect(ui.chkWatchConfig, SIGNAL(stateChanged(int)), this, SLOT(OnOptChanged())); // not sbie ini
|
connect(ui.chkWatchConfig, SIGNAL(stateChanged(int)), this, SLOT(OnOptChanged())); // not sbie ini
|
||||||
|
@ -1059,6 +1060,7 @@ void CSettingsWindow::LoadSettings()
|
||||||
ui.chkObjCb->setEnabled(false);
|
ui.chkObjCb->setEnabled(false);
|
||||||
ui.chkWin32k->setEnabled(false);
|
ui.chkWin32k->setEnabled(false);
|
||||||
ui.chkSbieLogon->setEnabled(false);
|
ui.chkSbieLogon->setEnabled(false);
|
||||||
|
ui.chkSbieAll->setEnabled(false);
|
||||||
ui.regRoot->setEnabled(false);
|
ui.regRoot->setEnabled(false);
|
||||||
ui.ipcRoot->setEnabled(false);
|
ui.ipcRoot->setEnabled(false);
|
||||||
ui.chkRamDisk->setEnabled(false);
|
ui.chkRamDisk->setEnabled(false);
|
||||||
|
|
Loading…
Reference in New Issue