Swapped brightness controls for FA706IC https://github.com/seerge/g-helper/issues/2278

This commit is contained in:
Serge
2024-03-24 12:31:55 +01:00
parent 983d1c9af3
commit 883d473ad4

View File

@@ -374,7 +374,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");
return ContainsModel("FA506IH") || ContainsModel("FA506IC") || ContainsModel("FX506LU") || ContainsModel("FX506IC") || ContainsModel("FX506LH") || ContainsModel("FA506IV") || ContainsModel("FA706IC");
}