1
0
Fork 0

Remove tabs

master
Gordon Williams 2020-11-24 08:16:53 +00:00
parent c27eefcc02
commit 2824cba526
1 changed files with 7 additions and 8 deletions

View File

@ -72,13 +72,12 @@ const onHalfSecond =()=>{
Bangle.on('lcdPower', (on) => {
resetTimer();
if (on) {
om=-1;
startTimer();
drawFace();
}
else {
resetTimer();
if (on) {
om=-1;
startTimer();
drawFace();
} else {
resetTimer();
}
});
@ -87,4 +86,4 @@ Bangle.loadWidgets();
Bangle.drawWidgets();
drawFace();
startTimer();
setWatch(Bangle.showLauncher, BTN2, {repeat:false,edge:"falling"});
setWatch(Bangle.showLauncher, BTN2, {repeat:false,edge:"falling"});