diff --git a/app/Settings.cs b/app/Settings.cs index 76f92dfd..8a1dd1b2 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) + if (gamuts.Count > 0 || AppConfig.IsVivoZenbook()) { tableVisual.ColumnCount = 3; buttonInstallColor.Visible = false;