Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f47165d

Browse files
Do not save build_properties_custom.* preferences to disk
1 parent 2b18d1f commit f47165d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎arduino-core/src/processing/app/PreferencesData.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ static protected void save() {
120120
String[] keys = prefs.keySet().toArray(new String[0]);
121121
Arrays.sort(keys);
122122
for (String key : keys) {
123-
if (key.startsWith("runtime."))
123+
if (key.startsWith("runtime.") || key.startsWith("build_properties_custom."))
124124
continue;
125125
writer.println(key + "=" + prefs.get(key));
126126
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /