mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-30 11:24:12 +01:00
d6333f8f37
Preferences.init would write out the default preferences when no preference file previously existed. This would cause a default preferences file to be written even when --no-save-prefs was passed, due to the ordering of things. However, since the Base constructor now already calls Preferences.save(), there is no need for Preferences.init to also do this. Since Base calls this after parsing the commandline, the --no-save-prefs option is now also properly respected. |
||
---|---|---|
.. | ||
cc/arduino/packages | ||
processing/app |