mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Auto apply fan curves with power limits are enabled for Strix 2024
This commit is contained in:
@@ -539,7 +539,7 @@ public static class AppConfig
|
|||||||
|
|
||||||
public static bool IsFanRequired()
|
public static bool IsFanRequired()
|
||||||
{
|
{
|
||||||
return ContainsModel("GA402X") || ContainsModel("G513") || ContainsModel("G713R") || ContainsModel("G713P") || ContainsModel("GU605") || ContainsModel("GA403");
|
return ContainsModel("GA402X") || ContainsModel("G513") || ContainsModel("G713R") || ContainsModel("G713P") || ContainsModel("GU605") || ContainsModel("GA403") || ContainsModel("G634J") || ContainsModel("G834J");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static bool IsAMDLight()
|
public static bool IsAMDLight()
|
||||||
|
|||||||
@@ -283,7 +283,7 @@ namespace GHelper
|
|||||||
var gamuts = VisualControl.GetGamutModes();
|
var gamuts = VisualControl.GetGamutModes();
|
||||||
|
|
||||||
// Color profiles exist
|
// Color profiles exist
|
||||||
if (gamuts.Count > 0 || AppConfig.IsVivoZenbook())
|
if (gamuts.Count > 0)
|
||||||
{
|
{
|
||||||
tableVisual.ColumnCount = 3;
|
tableVisual.ColumnCount = 3;
|
||||||
buttonInstallColor.Visible = false;
|
buttonInstallColor.Visible = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user