This commit is contained in:
Serge
2023-10-04 10:29:03 +02:00
parent 1c5e46131f
commit 7a4d885e1b

View File

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