write to correct settings file

pull/2600/head
thyttan 2023-02-25 12:40:25 +01:00
parent a735433652
commit 0db11e5707
2 changed files with 2 additions and 1 deletions

View File

@ -15,3 +15,4 @@
0.14: Fix Bangle.js 1 issue where after the 'overwrite track' menu, the start/stop button stopped working
0.15: Diverge from the standard "Run" app. Swipe to intensity interface a la Karvonen (curtesy of FTeacher at https://github.com/f-teacher)
0.16: Don't clear zone 2b indicator segment when updating HRM reading.
Write to correct settings file, fixing settings not working.

View File

@ -1,5 +1,5 @@
(function(back) {
const SETTINGS_FILE = "run.json";
const SETTINGS_FILE = "runplus.json";
var ExStats = require("exstats");
var statsList = ExStats.getList();
statsList.unshift({name:"-",id:""}); // add blank menu item