1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Setting preferences.txt permissions to 600 on linux and mac

This commit is contained in:
Federico Fissore
2015-03-17 15:48:25 +01:00
parent 4db6c737be
commit fe85083f0b
4 changed files with 34 additions and 18 deletions

View File

@ -64,8 +64,6 @@ import static processing.app.I18n._;
*/
public class Preferences {
static final String PREFS_FILE = PreferencesData.PREFS_FILE;
class Language {
Language(String _name, String _originalName, String _isoCode) {
name = _name;