Updated short name
parent
6e14fc851d
commit
9990beeeac
|
|
@ -1777,7 +1777,7 @@
|
||||||
{
|
{
|
||||||
"id": "pizzatimer",
|
"id": "pizzatimer",
|
||||||
"name": "Pizza Timer",
|
"name": "Pizza Timer",
|
||||||
"shortName":"PTimer",
|
"shortName":"Pizza Timer",
|
||||||
"icon": "pizza.png",
|
"icon": "pizza.png",
|
||||||
"version":"0.01",
|
"version":"0.01",
|
||||||
"description": "A timer app for when you cook Pizza. Some say it can also time other things",
|
"description": "A timer app for when you cook Pizza. Some say it can also time other things",
|
||||||
|
|
|
||||||
|
|
@ -226,7 +226,6 @@ function countdown() {
|
||||||
|
|
||||||
if (countDownFinished()) {
|
if (countDownFinished()) {
|
||||||
unsetDrawInterval();
|
unsetDrawInterval();
|
||||||
g.flip();
|
|
||||||
alertCountdownFinished();
|
alertCountdownFinished();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -240,8 +239,6 @@ function unsetDrawInterval() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function startMenuScene() {
|
function startMenuScene() {
|
||||||
g.flip();
|
|
||||||
Bangle.buzz();
|
|
||||||
setupMenuWatches();
|
setupMenuWatches();
|
||||||
unsetDrawInterval();
|
unsetDrawInterval();
|
||||||
menu();
|
menu();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue