Skip to content

Commit

Permalink
Fn-lock fix #1413
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Oct 4, 2023
1 parent 1c5e461 commit 7a4d885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/AppConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ public static bool IsVivobook()
// Devices with bugged bios command to change brightness
public static bool SwappedBrightness()
{
return ContainsModel("FA506IH") || ContainsModel("FX506LU");
return ContainsModel("FA506IH") || ContainsModel("FX506LU") || ContainsModel("FX506IC");
}


Expand Down

0 comments on commit 7a4d885

Please sign in to comment.