mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +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()
|
||||
{
|
||||
if ((gApp.mSettings.mEditorSettings.mEnableFileRecovery != .Yes) && (!mDisabled))
|
||||
if ((gApp.mSettings.mEditorSettings.mEnableFileRecovery != .Yes) || (mDisabled))
|
||||
return;
|
||||
|
||||
mWantWorkspaceCleanup = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue