mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 01:29:17 +01:00
working towards application with document launching
This commit is contained in:
@@ -109,7 +109,7 @@ public class PdeSketchbook {
|
||||
//String folderName = PdePreferences.get("sketchbook.name.default");
|
||||
//File sketchbookFolder = new File(home, folderName);
|
||||
|
||||
File sketchbookFolder = PdeBase.getProcessingHome();
|
||||
File sketchbookFolder = PdeBase.getDefaultSketchbookFolder();
|
||||
PdePreferences.set("sketchbook.path",
|
||||
sketchbookFolder.getAbsolutePath());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user