From 763337aedd4086f431dcb059d4fe15cf2b637cdd Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Fri, 6 Oct 2023 11:59:17 +0200 Subject: [PATCH] Keyboard label https://github.com/seerge/g-helper/issues/1428 --- app/Extra.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/Extra.cs b/app/Extra.cs index a1fc6933..787ab686 100644 --- a/app/Extra.cs +++ b/app/Extra.cs @@ -292,6 +292,10 @@ namespace GHelper checkSleepLogo.Visible = false; checkShutdownLogo.Visible = false; + } + + if (!AppConfig.IsStrix() && !AppConfig.IsZ13()) + { labelBacklightKeyboard.Visible = false; }