parent
16c07f24a5
commit
ffc66c52d2
|
|
@ -7,4 +7,3 @@
|
|||
0.07: Update clock_info to avoid a redraw
|
||||
0.08: Timer ClockInfo now updates once a minute
|
||||
0.09: Timer ClockInfo resets to timer menu when blurred
|
||||
0.10: Timer ClockInfo saves clkinfo settings when changing menu
|
||||
|
|
|
|||
|
|
@ -73,7 +73,6 @@
|
|||
|
||||
const restoreMainItem = function(clkinfo) {
|
||||
clkinfo.menuB = 0;
|
||||
clkinfo.save();
|
||||
// clock info redraws after this
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"id": "smpltmr",
|
||||
"name": "Simple Timer",
|
||||
"shortName": "Simple Timer",
|
||||
"version": "0.10",
|
||||
"version": "0.09",
|
||||
"description": "A very simple app to start a timer.",
|
||||
"icon": "app.png",
|
||||
"tags": "tool,alarm,timer,clkinfo",
|
||||
|
|
|
|||
Loading…
Reference in New Issue