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
Gordon Williams 2024-08-02 16:07:48 +01:00
parent e069a3870c
commit 8c5eceb7c3
4 changed files with 3 additions and 4 deletions

View File

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

View File

@ -40,7 +40,7 @@
};
var img = function () { return atob("GBiBAAAAAAB+AAB+AAAAAAB+AAH/sAOB8AcA4A4YcAwYMBgYGBgYGBg8GBg8GBgYGBgAGAwAMA4AcAcA4AOBwAH/gAB+AAAAAAAAAA=="); };
return {
name: "Timer",
name: "timer",
img: img(),
items: [
{

View File

@ -48,7 +48,7 @@
const img = () => atob("GBiBAAAAAAB+AAB+AAAAAAB+AAH/sAOB8AcA4A4YcAwYMBgYGBgYGBg8GBg8GBgYGBgAGAwAMA4AcAcA4AOBwAH/gAB+AAAAAAAAAA==");
return {
name: "Timer",
name: "timer",
img: img(),
items: [
{

View File

@ -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",