This commit is contained in:
Serge
2023-10-06 10:48:34 +02:00
parent 433022b65d
commit d32a3452f9

View File

@@ -328,7 +328,7 @@ public static class AppConfig
// Devices with bugged bios command to change brightness // Devices with bugged bios command to change brightness
public static bool SwappedBrightness() public static bool SwappedBrightness()
{ {
return ContainsModel("FA506IH") || ContainsModel("FX506LU") || ContainsModel("FX506IC"); return ContainsModel("FA506IH") || ContainsModel("FX506LU") || ContainsModel("FX506IC") || ContainsModel("FX506LH");
} }