Updated short name

pull/442/head
Adam Brewer 2020-05-23 16:43:50 +01:00
parent 6e14fc851d
commit 9990beeeac
2 changed files with 1 additions and 4 deletions

View File

@ -1777,7 +1777,7 @@
{
"id": "pizzatimer",
"name": "Pizza Timer",
"shortName":"PTimer",
"shortName":"Pizza Timer",
"icon": "pizza.png",
"version":"0.01",
"description": "A timer app for when you cook Pizza. Some say it can also time other things",

View File

@ -226,7 +226,6 @@ function countdown() {
if (countDownFinished()) {
unsetDrawInterval();
g.flip();
alertCountdownFinished();
}
}
@ -240,8 +239,6 @@ function unsetDrawInterval() {
}
function startMenuScene() {
g.flip();
Bangle.buzz();
setupMenuWatches();
unsetDrawInterval();
menu();