add software back button in main menu
parent
23eb487024
commit
a5b909319f
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,8 @@ function showMainMenu() {
|
||||||
let menu;
|
let menu;
|
||||||
menu = {
|
menu = {
|
||||||
"": {
|
"": {
|
||||||
title: "BanglExercise"
|
title: "BanglExercise",
|
||||||
|
back: load
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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"}],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue