0.10: Fix broken recorder settings (when launched from settings app)

pull/1052/head^2
Gordon Williams 2022-02-07 09:46:54 +00:00
parent 6872c38a8d
commit 624f91d8ef
3 changed files with 3 additions and 2 deletions

View File

@ -13,3 +13,4 @@
Move recording for CoreTemp to its own app
0.08: Memory usage improvements for recorder app itself
0.09: Show correct number for log in overwrite prompt
0.10: Fix broken recorder settings (when launched from settings app)

View File

@ -2,7 +2,7 @@
"id": "recorder",
"name": "Recorder",
"shortName": "Recorder",
"version": "0.09",
"version": "0.10",
"description": "Record GPS position, heart rate and more in the background, then download to your PC.",
"icon": "app.png",
"tags": "tool,outdoors,gps,widget",

View File

@ -1,4 +1,4 @@
(function(back) {
// just go right to our app - we need all the memory
load("record.app.js");
})();
})