Merge pull request #747 from isaak654/patch-3
Align default settings of AutoRecover and Favorites to the Plus version
This commit is contained in:
commit
1994bf3165
|
@ -259,7 +259,7 @@ void CBox::SetDefaultSettings()
|
|||
|
||||
if (ok)
|
||||
{
|
||||
ok = ini.SetBool(m_name, _AutoRecover, TRUE);
|
||||
ok = ini.SetBool(m_name, _AutoRecover, FALSE);
|
||||
ok = ini.SetBool(m_name, L"BlockNetworkFiles", TRUE);
|
||||
}
|
||||
|
||||
|
@ -269,7 +269,7 @@ void CBox::SetDefaultSettings()
|
|||
if (ok)
|
||||
ok = AddOrRemoveQuickRecoveryFolder(L"%Desktop%", TRUE);
|
||||
if (ok)
|
||||
ok = AddOrRemoveQuickRecoveryFolder(L"%Favorites%", TRUE);
|
||||
ok = AddOrRemoveQuickRecoveryFolder(L"%Favorites%", FALSE);
|
||||
if (ok)
|
||||
ok = AddOrRemoveQuickRecoveryFolder(L"%Personal%", TRUE);
|
||||
if (ok && CMyApp::m_WindowsVista) {
|
||||
|
|
Loading…
Reference in New Issue