Revert "smpltmr: save clkinfo when changing menu"

This reverts commit 16c07f24a5.
master
Rob Pilling 2024-03-20 08:04:59 +00:00
parent 16c07f24a5
commit ffc66c52d2
3 changed files with 1 additions and 3 deletions

View File

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

View File

@ -73,7 +73,6 @@
const restoreMainItem = function(clkinfo) {
clkinfo.menuB = 0;
clkinfo.save();
// clock info redraws after this
};

View File

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