test: activate widget always

pull/1003/head
Sebastian Di Luzio 2021-12-04 19:53:43 +01:00
parent af42aa02b3
commit 86626ce805
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@
width: 16,
draw() {
g.reset();
if (Bangle.isCharging()) {
//if (Bangle.isCharging()) {
g.setColor('#0f0').drawImage(atob("EBCBAf9//3/+f/x//P/4//gH8A/wD+Af/x//P/4//n/+//7/"), this.x, this.y);
}
//}
},
};
})();