Single Color

This commit is contained in:
Serge
2023-08-11 12:58:20 +02:00
parent cf33b0cc52
commit 5634d75672
5 changed files with 5 additions and 5 deletions

View File

@@ -633,7 +633,7 @@ namespace GHelper
comboKeyboard.SelectedValueChanged += ComboKeyboard_SelectedValueChanged;
if (AsusUSB.isSingleColor)
if (AppConfig.IsSingleColor())
{
panelColor.Visible = false;
}