Reverting fix that was actually a bug

master
Salim Blume 2022-03-27 15:42:13 -05:00
parent 9a0c31c56d
commit aa99d5cea8
3 changed files with 5 additions and 4 deletions

View File

@ -10,3 +10,4 @@
0.09: Fix broken start/stop if recording not enabled (fix #1561)
0.10: Don't allow the same setting to be chosen for 2 boxes (fix #1578)
0.11: Notifications fixes
0.12: Fix for recorder not stopping at end of run. Bug introduced in 0.11

View File

@ -59,7 +59,7 @@ function onStartStop() {
layout.render();
})
);
} else if (!settings.record && WIDGETS["recorder"]) {
} else {
prepPromises.push(
WIDGETS["recorder"].setRecording(false)
);

View File

@ -1,6 +1,6 @@
{ "id": "run",
"name": "Run",
"version":"0.11",
"version":"0.12",
"description": "Displays distance, time, steps, cadence, pace and more for runners.",
"icon": "app.png",
"tags": "run,running,fitness,outdoors,gps",