diff --git a/app/AppConfig.cs b/app/AppConfig.cs index 7c4a8b2a..f306dafc 100644 --- a/app/AppConfig.cs +++ b/app/AppConfig.cs @@ -539,7 +539,7 @@ public static class AppConfig 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() diff --git a/app/Settings.cs b/app/Settings.cs index 8a1dd1b2..76f92dfd 100644 --- a/app/Settings.cs +++ b/app/Settings.cs @@ -283,7 +283,7 @@ namespace GHelper var gamuts = VisualControl.GetGamutModes(); // Color profiles exist - if (gamuts.Count > 0 || AppConfig.IsVivoZenbook()) + if (gamuts.Count > 0) { tableVisual.ColumnCount = 3; buttonInstallColor.Visible = false;