diff --git a/apps.json b/apps.json index 9eba02710..87750ad2c 100644 --- a/apps.json +++ b/apps.json @@ -4680,7 +4680,7 @@ "name": "Charging Status", "shortName":"ChargingStatus", "icon": "widget.png", - "version":"0.1.6", + "version":"0.1.7", "type": "widget", "description": "A simple widget that shows up whenever the watch starts charging.", "tags": "widget,battery", diff --git a/apps/widChargingStatus/widget.js b/apps/widChargingStatus/widget.js index b75335c45..bd46b0847 100644 --- a/apps/widChargingStatus/widget.js +++ b/apps/widChargingStatus/widget.js @@ -19,7 +19,8 @@ g.reset(); g.setColor("#FD0"); //if (Bangle.isCharging()) { - g.drawImage(chargingSymbol, this.x + 2, this.y); + // g.drawImage(chargingSymbol, this.x + 2, this.y); + g.drawString('X',this.x,this.y) //} }