File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
arduino-core/src/processing/app/windows Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,12 +59,12 @@ public void init() throws IOException {
59
59
}
60
60
61
61
private void recoverSettingsFolderPath () {
62
- String path = readRegistryEntry (new String []{"User Shell Folders" , "Shell Folders" }, "Local AppData" );
62
+ String path = readRegistryEntry (new String []{"Shell Folders" , "User Shell Folders" }, "Local AppData" );
63
63
this .settingsFolder = new File (path , "Arduino15" );
64
64
}
65
65
66
66
private void recoverDefaultSketchbookFolder () {
67
- String path = readRegistryEntry (new String []{"User Shell Folders" , "Shell Folders" }, "Personal" );
67
+ String path = readRegistryEntry (new String []{"Shell Folders" , "User Shell Folders" }, "Personal" );
68
68
this .defaultSketchbookFolder = new File (path , "Arduino" );
69
69
}
70
70
You can’t perform that action at this time.
0 commit comments