fix icons missing
This commit is contained in:
parent
a2065bff51
commit
de2be39a88
12 changed files with 15 additions and 15 deletions
|
|
@ -13,7 +13,7 @@ Row {
|
|||
|
||||
M.BarIcon {
|
||||
icon: {
|
||||
if (root.charging) return "";
|
||||
if (root.charging) return "";
|
||||
const icons = ["", "", "", "", "", "", "", "", "", "", ""];
|
||||
return icons[Math.min(10, Math.floor(root.pct / 10))];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue