forked from FOSS/BangleApps
use setItem of clock_info
parent
db17b225d0
commit
c5d6b24815
|
@ -28,3 +28,4 @@
|
|||
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.29: use setItem of clockInfoMenu to change the active item
|
|
@ -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);
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue