mirror of https://github.com/espruino/BangleApps
Fixes
parent
8f562d8177
commit
06705a6e5d
|
@ -1294,13 +1294,15 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{ "id": "rclock",
|
||||
{
|
||||
"id": "rclock",
|
||||
"name": "Round clock with seconds, minutes and date",
|
||||
"shortName":"Round Clock",
|
||||
"icon": "app.png",
|
||||
"version":"0.01",
|
||||
"description": "Designed round clock with ticks for minutes and seconds",
|
||||
"tags": "",
|
||||
"tags": "clock",
|
||||
"type": "clock",
|
||||
"storage": [
|
||||
{"name":"rclock.app.js","url":"app.js"},
|
||||
{"name":"rclock.img","url":"app-icon.js","evaluate":true}
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.01: New App!
|
||||
0.01: First published version of app
|
||||
|
|
|
@ -104,6 +104,7 @@
|
|||
}
|
||||
first = false;
|
||||
}
|
||||
|
||||
// Reset seconds
|
||||
if (seconds == 59) {
|
||||
g.setColor('#000000');
|
||||
|
|
Loading…
Reference in New Issue