1
0
Fork 0

use setItem of clock_info

master
BartS23 2023-01-09 14:34:08 +01:00
parent db17b225d0
commit c5d6b24815
3 changed files with 4 additions and 5 deletions

View File

@ -27,4 +27,5 @@
0.26: Use clkinfo.addInteractive instead of a custom implementation
0.27: Clean out some leftovers in the remove function after switching to
clkinfo.addInteractive that would cause ReferenceError.
0.28: Option to show (1) time only and (2) week of year.
0.28: Option to show (1) time only and (2) week of year.
0.29: use setItem of clockInfoMenu to change the active item

View File

@ -327,9 +327,7 @@ Bangle.on('lock', lockListenerBw);
let charging = function(charging){
// Jump to battery
clockInfoMenu.menuA = 0;
clockInfoMenu.menuB = 2;
clockInfoMenu.redraw();
clockInfoMenu.setItem(0, 2);
drawTime();
}
Bangle.on('charging', charging);

View File

@ -1,7 +1,7 @@
{
"id": "bwclk",
"name": "BW Clock",
"version": "0.28",
"version": "0.29",
"description": "A very minimalistic clock.",
"readme": "README.md",
"icon": "app.png",