mirror of
https://github.com/processing/processing4.git
synced 2026-02-18 04:45:37 +01:00
oops, missed that case
This commit is contained in:
@@ -51,6 +51,11 @@ public class AutoSaveUtil {
|
||||
return false;
|
||||
}
|
||||
|
||||
public void reloadAutosaveDir(){
|
||||
while(isSaving);
|
||||
autosaveDir = new File(editor.getSketch().getFolder().getAbsolutePath() + File.separator + "_autosave");
|
||||
}
|
||||
|
||||
public File getPastSave(){
|
||||
return pastSave;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user