diff --git a/app/AppConfig.cs b/app/AppConfig.cs index dcedd42a..eccbff03 100644 --- a/app/AppConfig.cs +++ b/app/AppConfig.cs @@ -327,7 +327,7 @@ public static class AppConfig // Devices with bugged bios command to change brightness public static bool SwappedBrightness() { - return ContainsModel("FA506IH") || ContainsModel("FX506LU"); + return ContainsModel("FA506IH") || ContainsModel("FX506LU") || ContainsModel("FX506IC"); }