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.
2 parents 1a076b4 + effe311 commit 1e05eafCopy full SHA for 1e05eaf
src/instances/StatusBar.ts
@@ -47,14 +47,10 @@ class StatusBar {
47
iconHTML = 'battery_charging_90'
48
} else if (battery.level >= 0.8) {
49
iconHTML = 'battery_charging_80'
50
- } else if (battery.level >= 0.7) {
51
- iconHTML = 'battery_charging_70'
52
} else if (battery.level >= 0.6) {
53
iconHTML = 'battery_charging_60'
54
} else if (battery.level >= 0.5) {
55
iconHTML = 'battery_charging_50'
56
- } else if (battery.level >= 0.4) {
57
- iconHTML = 'battery_charging_40'
58
} else if (battery.level >= 0.3) {
59
iconHTML = 'battery_charging_30'
60
} else if (battery.level >= 0.2) {
0 commit comments