We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022d550 commit e6449daCopy full SHA for e6449da
app/src/processing/app/linux/Platform.java
@@ -53,6 +53,12 @@ public void setLookAndFeel() throws Exception {
53
}
54
55
56
+ public File getDefaultSketchbookFolder() throws Exception {
57
+ File home = new File(System.getProperty("user.home"));
58
+ return new File(home, "Arduino");
59
+ }
60
+
61
62
public void openURL(String url) throws Exception {
63
if (openFolderAvailable()) {
64
String launcher = Preferences.get("launcher");
0 commit comments