From 4086098f58e8073840726612851a4b0341874387 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Mon, 24 Jul 2023 14:53:09 +0200 Subject: [PATCH] Hide Keyboard section for G14 2020 completely --- app/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Settings.cs b/app/Settings.cs index 8f71b5cc..19ca3918 100644 --- a/app/Settings.cs +++ b/app/Settings.cs @@ -617,7 +617,7 @@ namespace GHelper if (AppConfig.ContainsModel("GA401I")) { - comboKeyboard.Visible = false; + panelKeyboard.Visible = false; } VisualiseAura();