Skip to content

Commit

Permalink
Added FA507XV to the list of models that require mode-reset #3395
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Dec 9, 2024
1 parent d7202b1 commit 463d184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/AppConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ public static bool IsSwappedFans()

public static bool IsResetRequired()
{
return ContainsModel("GA403");
return ContainsModel("GA403") || ContainsModel("FA507XV");
}

public static bool IsFanRequired()
Expand Down

0 comments on commit 463d184

Please sign in to comment.