1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-18 16:10:26 +02:00

Added File Recovery editor setting

This commit is contained in:
Brian Fiete 2020-10-08 06:45:22 -07:00
parent 16cd9f7a77
commit 080a5483ae
4 changed files with 17 additions and 2 deletions

View file

@ -175,6 +175,9 @@ namespace IDE
public void CheckWorkspace()
{
if (gApp.mSettings.mEditorSettings.mEnableFileRecovery != .Yes)
return;
mWantWorkspaceCleanup = true;
String recoverPath = scope String();