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.
2 parents cfd9889 + 6c57bc3 commit b9b7dc8Copy full SHA for b9b7dc8
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