Skip to content

Commit

Permalink
Added G834JZR to mini-led init list #2802
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Oct 11, 2024
1 parent e28f51c commit 3a750c0
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 @@ -696,7 +696,7 @@ public static bool IsDynamicLighting()

public static bool IsForceMiniled()
{
return ContainsModel("G834JYR") || Is("force_miniled");
return ContainsModel("G834JYR") || ContainsModel("G834JZR") || Is("force_miniled");
}

public static bool SaveDimming()
Expand Down

0 comments on commit 3a750c0

Please sign in to comment.