diff --git a/app/AppConfig.cs b/app/AppConfig.cs index 9c75430d..30dc47ba 100644 --- a/app/AppConfig.cs +++ b/app/AppConfig.cs @@ -394,7 +394,7 @@ public static class AppConfig // Devices with bugged bios command to change brightness public static bool SwappedBrightness() { - return ContainsModel("FA506IH") || ContainsModel("FA506IC") || ContainsModel("FX506LU") || ContainsModel("FX506IC") || ContainsModel("FX506LH") || ContainsModel("FA506IV") || ContainsModel("FA706IC"); + return ContainsModel("FA506IH") || ContainsModel("FA506IC") || ContainsModel("FX506LU") || ContainsModel("FX506IC") || ContainsModel("FX506LH") || ContainsModel("FA506IV") || ContainsModel("FA706IC") || ContainsModel("FA706IH"); }