mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
parent
daefdc9d7d
commit
99fe051c4a
@ -114,6 +114,9 @@ public class PreferencesData {
|
||||
if (!doSave)
|
||||
return;
|
||||
|
||||
if (getBoolean("preferences.readonly"))
|
||||
return;
|
||||
|
||||
// on startup, don't worry about it
|
||||
// this is trying to update the prefs for who is open
|
||||
// before Preferences.init() has been called.
|
||||
|
@ -279,6 +279,9 @@ serial.line_ending=1
|
||||
# default chosen language (none for none)
|
||||
editor.languages.current =
|
||||
|
||||
# Disable saving of preferences.txt file (settings will not survive Arduino IDE reboot)
|
||||
preferences.readonly=false
|
||||
|
||||
# Debugging/Development Preferences
|
||||
# ---------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user