From 7c35e19abf27c60d47703a21650e014359b32f9b Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Mon, 24 Feb 2025 11:39:51 +0100 Subject: [PATCH] (Windows) Fixed a typo that caused a build error --- es-core/src/SystemStatus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-core/src/SystemStatus.cpp b/es-core/src/SystemStatus.cpp index 9f7e3c771..971f4f7ee 100644 --- a/es-core/src/SystemStatus.cpp +++ b/es-core/src/SystemStatus.cpp @@ -400,7 +400,7 @@ void SystemStatus::getStatusBattery() hasBattery = true; if (powerStatus.ACLineStatus == 1) - atteryCharging = true; + batteryCharging = true; batteryCapacity = powerStatus.BatteryLifePercent; }