From 0db11e57073acc846d047b07005b4dd384969229 Mon Sep 17 00:00:00 2001 From: thyttan <6uuxstm66@mozmail.comā©> Date: Sat, 25 Feb 2023 12:40:25 +0100 Subject: [PATCH] write to correct settings file --- apps/runplus/ChangeLog | 1 + apps/runplus/settings.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/runplus/ChangeLog b/apps/runplus/ChangeLog index f47bcc720..3eeb31733 100644 --- a/apps/runplus/ChangeLog +++ b/apps/runplus/ChangeLog @@ -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. diff --git a/apps/runplus/settings.js b/apps/runplus/settings.js index 050eed4b8..cd72022be 100644 --- a/apps/runplus/settings.js +++ b/apps/runplus/settings.js @@ -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