This commit is contained in:
DavidXanatos 2022-08-20 15:30:47 +02:00
parent b737182757
commit 6592d9fdae
3 changed files with 199 additions and 188 deletions

View File

@ -52,7 +52,6 @@ CSandBox::CSandBox(const QString& BoxName, class CSbieAPI* pAPI) : CSbieIni(BoxN
if (cfglvl == 0)
{
SetBool("AutoRecover", true);
SetBool("BlockNetworkFiles", true);
// recovery

View File

@ -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