Skip to content

Commit

Permalink
Added G513QC to the list with a Limited RGB support #3715
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Feb 12, 2025
1 parent b1908ba commit f9b4e3a
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 @@ -489,7 +489,7 @@ public static bool IsBacklightZones()

public static bool IsStrixLimitedRGB()
{
return ContainsModel("G512LI") || ContainsModel("G513R") || ContainsModel("G713PV") || ContainsModel("G513IE") || ContainsModel("G713RC") || ContainsModel("G713PU") || ContainsModel("G513QM") || ContainsModel("G531G");
return ContainsModel("G512LI") || ContainsModel("G513R") || ContainsModel("G713PV") || ContainsModel("G513IE") || ContainsModel("G713RC") || ContainsModel("G713PU") || ContainsModel("G513QM") || ContainsModel("G513QC") || ContainsModel("G531G");
}

public static bool IsPossible4ZoneRGB()
Expand Down

0 comments on commit f9b4e3a

Please sign in to comment.