From d32a3452f9a15138c096d1bd4b4ef52867c876ca Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Fri, 6 Oct 2023 10:48:34 +0200 Subject: [PATCH] Swapped F7/F8 actions for FX506LH https://github.com/seerge/g-helper/issues/1429 --- app/AppConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AppConfig.cs b/app/AppConfig.cs index 95163719..8c477cb5 100644 --- a/app/AppConfig.cs +++ b/app/AppConfig.cs @@ -328,7 +328,7 @@ public static class AppConfig // Devices with bugged bios command to change brightness public static bool SwappedBrightness() { - return ContainsModel("FA506IH") || ContainsModel("FX506LU") || ContainsModel("FX506IC"); + return ContainsModel("FA506IH") || ContainsModel("FX506LU") || ContainsModel("FX506IC") || ContainsModel("FX506LH"); }