mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
misc notes
This commit is contained in:
@@ -131,6 +131,8 @@ public class PdeBase {
|
||||
|
||||
File phome = null;
|
||||
|
||||
// NOTE if this location changes, be sure to note the change
|
||||
// in the default preferences.txt because it mentions this path
|
||||
if (PdeBase.platform == PdeBase.MACOSX) {
|
||||
// on macosx put the sketchbook in the "Documents" folder
|
||||
phome = new File(home, "Documents" + File.separator + "Processing");
|
||||
|
||||
Reference in New Issue
Block a user