1.3.2
This commit is contained in:
parent
b737182757
commit
6592d9fdae
|
@ -52,7 +52,6 @@ CSandBox::CSandBox(const QString& BoxName, class CSbieAPI* pAPI) : CSbieIni(BoxN
|
|||
|
||||
if (cfglvl == 0)
|
||||
{
|
||||
SetBool("AutoRecover", true);
|
||||
SetBool("BlockNetworkFiles", true);
|
||||
|
||||
// recovery
|
||||
|
|
|
@ -83,6 +83,8 @@ void CNewBoxWindow::CreateBox()
|
|||
{
|
||||
CSandBoxPtr pBox = theAPI->GetBoxByName(m_Name);
|
||||
|
||||
pBox->SetBool("AutoRecover", true);
|
||||
|
||||
switch (BoxType)
|
||||
{
|
||||
case CSandBoxPlus::eHardenedPlus:
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue