Auto apply fan curves with power limits are enabled for Strix 2024

This commit is contained in:
Serge
2024-03-12 00:00:48 +01:00
parent edf4db332e
commit 5996aec86f
2 changed files with 2 additions and 2 deletions

View File

@@ -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;