Skip to content

Commit 747b575

Browse files
committed
XGM 2025 LED / fan controls #5008
1 parent aab5b71 commit 747b575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Fans.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ public void InitFans()
10471047
}
10481048

10491049
// XG Mobile Fan check
1050-
if (Program.acpi.IsXGConnected())
1050+
if (Program.acpi.IsXGConnected() || XGM.IsConnected())
10511051
{
10521052
AppConfig.Set("xgm_fan", 1);
10531053
chartCount++;

0 commit comments

Comments
 (0)