Remove tabs

pull/605/head
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) => { Bangle.on('lcdPower', (on) => {
resetTimer(); resetTimer();
if (on) { if (on) {
om=-1; om=-1;
startTimer(); startTimer();
drawFace(); drawFace();
} } else {
else {
resetTimer(); resetTimer();
} }
}); });
@ -87,4 +86,4 @@ Bangle.loadWidgets();
Bangle.drawWidgets(); Bangle.drawWidgets();
drawFace(); drawFace();
startTimer(); startTimer();
setWatch(Bangle.showLauncher, BTN2, {repeat:false,edge:"falling"}); setWatch(Bangle.showLauncher, BTN2, {repeat:false,edge:"falling"});