We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a777a commit 88bb5e3Copy full SHA for 88bb5e3
apps/smartbatt/clkinfo.js
@@ -8,9 +8,6 @@
8
9
var daysLeft = hrsLeft / 24;
10
daysLeft = Math.round(daysLeft);
11
- if (Bangle.isCharging()) {
12
- return batt+"%";
13
- }
14
else if(daysLeft >= 1) {
15
return daysLeft+"d";
16
}
0 commit comments