add software back button in main menu

pull/2141/head
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
Add more feedback to the user about the exercises
Clean up code
0.03: Add software back button on main menu

View File

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

View File

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