Skip to content

Commit

Permalink
Tweak for Slash lighting lid-close event #2815
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Jul 10, 2024
1 parent ce76537 commit 652ed23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/AnimeMatrix/AniMatrixControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public void SetLidMode(bool force = false)

if (deviceSlash is not null)
{
deviceSlash.SetLidMode(matrixLid);
deviceSlash.SetLidMode(true);
}

if (matrixLid || force)
Expand Down

0 comments on commit 652ed23

Please sign in to comment.