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:
parent
16cd9f7a77
commit
080a5483ae
4 changed files with 17 additions and 2 deletions
|
@ -175,6 +175,9 @@ namespace IDE
|
|||
|
||||
public void CheckWorkspace()
|
||||
{
|
||||
if (gApp.mSettings.mEditorSettings.mEnableFileRecovery != .Yes)
|
||||
return;
|
||||
|
||||
mWantWorkspaceCleanup = true;
|
||||
|
||||
String recoverPath = scope String();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue