This commit is contained in:
Flummi 2024-01-17 20:45:08 +01:00
parent 1ff2e30132
commit cf01291e4b
Signed by: Flummi
GPG Key ID: AA2AEF822A6F4817

View File

@ -36,7 +36,7 @@ Item {
function batteryIcon() { function batteryIcon() {
let iconName = "battery_100" let iconName = "battery_100"
if(batteryPercent == -1) // charing if(batteryPercent == -1) // charging
iconName = "battery_charging" iconName = "battery_charging"
else if(batteryPercent == -2) // not connected else if(batteryPercent == -2) // not connected
iconName = "battery_nc"; iconName = "battery_nc";