From b1a9bfe68d2eb28654f5794634529e9f2ee5ac5d Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Tue, 25 Jul 2023 22:01:03 +0200 Subject: [PATCH] G14 2020 Extra fix --- app/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Settings.cs b/app/Settings.cs index e85bf3a0..b1394cad 100644 --- a/app/Settings.cs +++ b/app/Settings.cs @@ -631,7 +631,7 @@ namespace GHelper if (AppConfig.ContainsModel("GA401I")) { - panelKeyboard.Visible = false; + comboKeyboard.Visible = false; } VisualiseAura();