Skip to content

Commit f9b4e3a

Browse files
committed
Added G513QC to the list with a Limited RGB support #3715
1 parent b1908ba commit f9b4e3a

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
@@ -489,7 +489,7 @@ public static bool IsBacklightZones()
489489

490490
public static bool IsStrixLimitedRGB()
491491
{
492-
return ContainsModel("G512LI") || ContainsModel("G513R") || ContainsModel("G713PV") || ContainsModel("G513IE") || ContainsModel("G713RC") || ContainsModel("G713PU") || ContainsModel("G513QM") || ContainsModel("G531G");
492+
return ContainsModel("G512LI") || ContainsModel("G513R") || ContainsModel("G713PV") || ContainsModel("G513IE") || ContainsModel("G713RC") || ContainsModel("G713PU") || ContainsModel("G513QM") || ContainsModel("G513QC") || ContainsModel("G531G");
493493
}
494494

495495
public static bool IsPossible4ZoneRGB()

0 commit comments

Comments
 (0)