mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
(Windows) Fixed a typo that caused a build error
This commit is contained in:
parent
b47b6d41d8
commit
7c35e19abf
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue