We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f742d5d commit 034cc5fCopy full SHA for 034cc5f
app/AppConfig.cs
@@ -485,7 +485,7 @@ public static bool IsInputBacklight()
485
486
public static bool IsInvertedFNLock()
487
{
488
- return ContainsModel("M140") || ContainsModel("S550") || ContainsModel("P540") || ContainsModel("FA401KM") || ContainsModel("FA401U") || ContainsModel("FA608PP") || ContainsModel("FX608JH") || ContainsModel("FX608LM");
+ return ContainsModel("M140") || ContainsModel("S550") || ContainsModel("P540") || ContainsModel("FA401KM") || ContainsModel("FA401U") || ContainsModel("TUF");
489
}
490
491
public static bool IsOLED()
0 commit comments