typo :<
This commit is contained in:
parent
1ff2e30132
commit
cf01291e4b
|
@ -36,7 +36,7 @@ Item {
|
|||
|
||||
function batteryIcon() {
|
||||
let iconName = "battery_100"
|
||||
if(batteryPercent == -1) // charing
|
||||
if(batteryPercent == -1) // charging
|
||||
iconName = "battery_charging"
|
||||
else if(batteryPercent == -2) // not connected
|
||||
iconName = "battery_nc";
|
||||
|
|
Loading…
Reference in New Issue
Block a user