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