mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-12 05:14:10 +02:00
Properly allow recovery disabling
This commit is contained in:
parent
6d4e09cf13
commit
dcafa5f9ca
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ namespace IDE
|
||||||
|
|
||||||
public void CheckWorkspace()
|
public void CheckWorkspace()
|
||||||
{
|
{
|
||||||
if ((gApp.mSettings.mEditorSettings.mEnableFileRecovery != .Yes) && (!mDisabled))
|
if ((gApp.mSettings.mEditorSettings.mEnableFileRecovery != .Yes) || (mDisabled))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
mWantWorkspaceCleanup = true;
|
mWantWorkspaceCleanup = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue