Change config filename to avoid conflict.

This commit is contained in:
Zhongyi Tong
2017-07-05 19:25:13 +08:00
parent 31f285eba9
commit d3a5eceaf9

View File

@@ -21,7 +21,7 @@ class ConfigUtil {
instance = this;
}
this.db = new JsonDB(app.getPath('userData') + '/config.json', true, true);
this.db = new JsonDB(app.getPath('userData') + '/settings.json', true, true);
return instance;
}