From d9e0045af599a45bd05467a886bd2a6f0bb411c5 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Fri, 3 Nov 2023 21:55:35 +0100 Subject: [PATCH] ROG key binding for DUO models https://github.com/seerge/g-helper/discussions/1560 --- app/Extra.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Extra.cs b/app/Extra.cs index 5dc5f3aa..5478c5c1 100644 --- a/app/Extra.cs +++ b/app/Extra.cs @@ -153,7 +153,7 @@ namespace GHelper labelM1.Text = "FN+F2"; labelM2.Text = "FN+F3"; labelM3.Text = "FN+F4"; - labelM4.Visible = comboM4.Visible = textM4.Visible = AppConfig.IsDUO(); + labelM4.Visible = comboM4.Visible = textM4.Visible = AppConfig.IsDUO(); labelFNF4.Visible = comboFNF4.Visible = textFNF4.Visible = false; }