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"); }