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