Skip to content

Commit

Permalink
Merge pull request #87 from Flow-Works/ThinLiquid-patch-2
Browse files Browse the repository at this point in the history
[πŸ›] Fixed Battery
  • Loading branch information
ThinLiquid authored Dec 6, 2023
2 parents 1a076b4 + effe311 commit 1e05eaf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/instances/StatusBar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,10 @@ class StatusBar {
iconHTML = 'battery_charging_90'
} else if (battery.level >= 0.8) {
iconHTML = 'battery_charging_80'
} else if (battery.level >= 0.7) {
iconHTML = 'battery_charging_70'
} else if (battery.level >= 0.6) {
iconHTML = 'battery_charging_60'
} else if (battery.level >= 0.5) {
iconHTML = 'battery_charging_50'
} else if (battery.level >= 0.4) {
iconHTML = 'battery_charging_40'
} else if (battery.level >= 0.3) {
iconHTML = 'battery_charging_30'
} else if (battery.level >= 0.2) {
Expand Down

1 comment on commit 1e05eaf

@vercel
Copy link

@vercel vercel bot commented on 1e05eaf Dec 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.