Skip to content

Commit 1e05eaf

Browse files
authored
Merge pull request #87 from Flow-Works/ThinLiquid-patch-2
[🐛] Fixed Battery
2 parents 1a076b4 + effe311 commit 1e05eaf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/instances/StatusBar.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,10 @@ class StatusBar {
4747
iconHTML = 'battery_charging_90'
4848
} else if (battery.level >= 0.8) {
4949
iconHTML = 'battery_charging_80'
50-
} else if (battery.level >= 0.7) {
51-
iconHTML = 'battery_charging_70'
5250
} else if (battery.level >= 0.6) {
5351
iconHTML = 'battery_charging_60'
5452
} else if (battery.level >= 0.5) {
5553
iconHTML = 'battery_charging_50'
56-
} else if (battery.level >= 0.4) {
57-
iconHTML = 'battery_charging_40'
5854
} else if (battery.level >= 0.3) {
5955
iconHTML = 'battery_charging_30'
6056
} else if (battery.level >= 0.2) {

0 commit comments

Comments
 (0)