Skip to content

Commit

Permalink
Option for Slash sleep animation on lid-close #3145
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Sep 22, 2024
1 parent afa6dbb commit 897de4e
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 @@ -150,7 +150,7 @@ public void SetLidMode(bool force = false)

if (deviceSlash is not null)
{
deviceSlash.SetLidMode(!matrixLid);
deviceSlash.SetLidMode(!matrixLid && AppConfig.Is("slash_sleep"));
}

if (matrixLid || force)
Expand Down

0 comments on commit 897de4e

Please sign in to comment.