smpltmr: save clkinfo when changing menu

master
Rob Pilling 2024-03-16 08:48:21 +00:00
parent 5be18f4261
commit 16c07f24a5
3 changed files with 3 additions and 1 deletions

View File

@ -7,3 +7,4 @@
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,6 +73,7 @@
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.09",
"version": "0.10",
"description": "A very simple app to start a timer.",
"icon": "app.png",
"tags": "tool,alarm,timer,clkinfo",