(Windows) Fixed a typo that caused a build error

This commit is contained in:
Leon Styhre 2025-02-24 11:39:51 +01:00
parent b47b6d41d8
commit 7c35e19abf

View file

@ -400,7 +400,7 @@ void SystemStatus::getStatusBattery()
hasBattery = true; hasBattery = true;
if (powerStatus.ACLineStatus == 1) if (powerStatus.ACLineStatus == 1)
atteryCharging = true; batteryCharging = true;
batteryCapacity = powerStatus.BatteryLifePercent; batteryCapacity = powerStatus.BatteryLifePercent;
} }