mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Visual Modes for Vivobooks and Zenbooks
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user