add software back button in main menu

master
thyttan 2022-09-23 00:39:27 +02:00
parent 23eb487024
commit a5b909319f
3 changed files with 4 additions and 2 deletions

View File

@ -2,3 +2,4 @@
0.02: Add sit ups 0.02: Add sit ups
Add more feedback to the user about the exercises Add more feedback to the user about the exercises
Clean up code Clean up code
0.03: Add software back button on main menu

View File

@ -71,7 +71,8 @@ function showMainMenu() {
let menu; let menu;
menu = { menu = {
"": { "": {
title: "BanglExercise" title: "BanglExercise",
back: load
} }
}; };

View File

@ -1,7 +1,7 @@
{ "id": "banglexercise", { "id": "banglexercise",
"name": "BanglExercise", "name": "BanglExercise",
"shortName":"BanglExercise", "shortName":"BanglExercise",
"version":"0.02", "version":"0.03",
"description": "Can automatically track exercises while wearing the Bangle.js watch.", "description": "Can automatically track exercises while wearing the Bangle.js watch.",
"icon": "app.png", "icon": "app.png",
"screenshots": [{"url":"screenshot.png"}], "screenshots": [{"url":"screenshot.png"}],