forked from FOSS/BangleApps
add back for health app
parent
be34e2b00d
commit
3fb33811d0
|
@ -10,6 +10,7 @@ function menuMain() {
|
|||
function menuStepCount() {
|
||||
E.showMenu({
|
||||
"":{title:"Step Counting"},
|
||||
"< Back":()=>menuMain(),
|
||||
"per hour":()=>stepsPerHour()
|
||||
});
|
||||
}
|
||||
|
@ -17,6 +18,7 @@ function menuStepCount() {
|
|||
function menuMovement() {
|
||||
E.showMenu({
|
||||
"":{title:"Movement"},
|
||||
"< Back":()=>menuMain(),
|
||||
"per hour":()=>movementPerHour()
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue