Skip to content

Commit 064cf08

Browse files
authored
Update Is8Ecores to check for additional model #4874
1 parent bf93a12 commit 064cf08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/AppConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ public static bool IsIntelHX()
687687

688688
public static bool Is8Ecores()
689689
{
690-
return ContainsModel("FX507Z");
690+
return ContainsModel("FX507Z") || ContainsModel("GU603ZV");
691691
}
692692

693693
public static bool IsNoFNV()

0 commit comments

Comments
 (0)