Update widget.js

master
Sebastian Di Luzio 2021-12-04 19:42:34 +01:00
parent 03d18c61f4
commit af42aa02b3
1 changed files with 1 additions and 5 deletions

View File

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