pull/321/head
Fredrik Lautrup 2020-04-18 11:28:08 +02:00
parent 8f562d8177
commit 06705a6e5d
3 changed files with 6 additions and 3 deletions

View File

@ -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}

View File

@ -1 +1 @@
0.01: New App!
0.01: First published version of app

View File

@ -104,6 +104,7 @@
}
first = false;
}
// Reset seconds
if (seconds == 59) {
g.setColor('#000000');