Skip to content

Commit 034cc5f

Browse files
committed
Invert harfware FN-Lock for all TUF modes #4839
1 parent f742d5d commit 034cc5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/AppConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ public static bool IsInputBacklight()
485485

486486
public static bool IsInvertedFNLock()
487487
{
488-
return ContainsModel("M140") || ContainsModel("S550") || ContainsModel("P540") || ContainsModel("FA401KM") || ContainsModel("FA401U") || ContainsModel("FA608PP") || ContainsModel("FX608JH") || ContainsModel("FX608LM");
488+
return ContainsModel("M140") || ContainsModel("S550") || ContainsModel("P540") || ContainsModel("FA401KM") || ContainsModel("FA401U") || ContainsModel("TUF");
489489
}
490490

491491
public static bool IsOLED()

0 commit comments

Comments
 (0)