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 {
5959 }
6060
6161 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" );
6363 this .settingsFolder = new File (path , "Arduino15" );
6464 }
6565
6666 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" );
6868 this .defaultSketchbookFolder = new File (path , "Arduino" );
6969 }
7070
You can’t perform that action at this time.
0 commit comments