From 61c114625a41f97b99f2a208b0ecc794cf73903c Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Sun, 26 May 2024 12:59:03 +0200 Subject: [PATCH] Version bump --- app/AnimeMatrix/AniMatrixControl.cs | 4 ++-- app/GHelper.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/AnimeMatrix/AniMatrixControl.cs b/app/AnimeMatrix/AniMatrixControl.cs index dc444dbc..21212561 100644 --- a/app/AnimeMatrix/AniMatrixControl.cs +++ b/app/AnimeMatrix/AniMatrixControl.cs @@ -87,8 +87,8 @@ namespace GHelper.AnimeMatrix if (brightness == 0 || (auto && SystemInformation.PowerStatus.PowerLineStatus != PowerLineStatus.Online) || (lid && lidClose)) { deviceSlash.SetEnabled(false); - deviceSlash.Init(); - deviceSlash.SetOptions(false, 0, 0); + //deviceSlash.Init(); + //deviceSlash.SetOptions(false, 0, 0); deviceSlash.SetSleepActive(false); } else diff --git a/app/GHelper.csproj b/app/GHelper.csproj index 8bb4da30..96ccf1b1 100644 --- a/app/GHelper.csproj +++ b/app/GHelper.csproj @@ -15,7 +15,7 @@ AnyCPU False True - 0.172 + 0.173