From 652ed23bed51cdacae2a6b5f16619154a7a957bc Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Wed, 10 Jul 2024 17:49:31 +0200 Subject: [PATCH] Tweak for Slash lighting lid-close event https://github.com/seerge/g-helper/issues/2815 --- app/AnimeMatrix/AniMatrixControl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AnimeMatrix/AniMatrixControl.cs b/app/AnimeMatrix/AniMatrixControl.cs index bea9cd6b..0ce9ee12 100644 --- a/app/AnimeMatrix/AniMatrixControl.cs +++ b/app/AnimeMatrix/AniMatrixControl.cs @@ -140,7 +140,7 @@ namespace GHelper.AnimeMatrix if (deviceSlash is not null) { - deviceSlash.SetLidMode(matrixLid); + deviceSlash.SetLidMode(true); } if (matrixLid || force)