This commit is contained in:
Serge
2023-09-12 19:31:51 +02:00
parent 335f5b38a5
commit bd3b2647b4
5 changed files with 13 additions and 4 deletions

View File

@@ -356,6 +356,11 @@ public static class AppConfig
ContainsModel("FX507Z");
}
public static bool IsFanScale()
{
return ContainsModel("GU604");
}
public static bool IsFanRequired()
{
return ContainsModel("GA402X") || ContainsModel("G513") || ContainsModel("G713R");