Icons: more icons
This commit is contained in:
parent
4c9e89915e
commit
fa970986dc
5 changed files with 25 additions and 21 deletions
|
|
@ -18,6 +18,8 @@ Singleton {
|
|||
} else {
|
||||
if (percent >= 85)
|
||||
return FontService.icons["battery_full"]
|
||||
if (percent >= 45)
|
||||
return FontService.icons["battery_half"]
|
||||
if (percent >= 25)
|
||||
return FontService.icons["battery_low"]
|
||||
if (percent >= 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue