mirror of https://github.com/espruino/BangleApps
Revert "clkinfostopw renaming timer->Timer"
This just gets in the way of simpltmr, but maybe we should consider renaming to "stopw" or similar - or maybe it doesn't need its own category at all
This reverts commit 0918ece048
.
pull/3532/head
parent
e069a3870c
commit
8c5eceb7c3
|
@ -1,4 +1,3 @@
|
|||
0.01: New clkinfo!
|
||||
0.02: Added format option, reduced battery usage
|
||||
0.03: Hardcode colon-format, show milliseconds for the first minute
|
||||
0.04: Change clockinfo name from timer->Timer, now uses same menu with smpltmr
|
|
@ -40,7 +40,7 @@
|
|||
};
|
||||
var img = function () { return atob("GBiBAAAAAAB+AAB+AAAAAAB+AAH/sAOB8AcA4A4YcAwYMBgYGBgYGBg8GBg8GBgYGBgAGAwAMA4AcAcA4AOBwAH/gAB+AAAAAAAAAA=="); };
|
||||
return {
|
||||
name: "Timer",
|
||||
name: "timer",
|
||||
img: img(),
|
||||
items: [
|
||||
{
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
const img = () => atob("GBiBAAAAAAB+AAB+AAAAAAB+AAH/sAOB8AcA4A4YcAwYMBgYGBgYGBg8GBg8GBgYGBgAGAwAMA4AcAcA4AOBwAH/gAB+AAAAAAAAAA==");
|
||||
|
||||
return {
|
||||
name: "Timer",
|
||||
name: "timer",
|
||||
img: img(),
|
||||
items: [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "clkinfostopw",
|
||||
"name": "Stop Watch Clockinfo",
|
||||
"version":"0.04",
|
||||
"version":"0.03",
|
||||
"description": "A simple stopwatch, shown via clockinfo",
|
||||
"icon": "app.png",
|
||||
"type": "clkinfo",
|
||||
|
|
Loading…
Reference in New Issue