[🐛] Fixed battery indicator
This commit is contained in:
parent
4801c46f73
commit
4321e42d8e
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class StatusBar {
|
||||||
iconHTML = 'battery_charging_50'
|
iconHTML = 'battery_charging_50'
|
||||||
} else if (battery.level >= 0.3) {
|
} else if (battery.level >= 0.3) {
|
||||||
iconHTML = 'battery_charging_30'
|
iconHTML = 'battery_charging_30'
|
||||||
} else if (battery.level >= 0.2) {
|
} else if (battery.level >= 0) {
|
||||||
iconHTML = 'battery_charging_20'
|
iconHTML = 'battery_charging_20'
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue