This commit is contained in:
Serge
2024-04-19 16:40:52 +02:00
parent c6247f630c
commit b6682522d8
2 changed files with 8 additions and 6 deletions

View File

@@ -102,7 +102,7 @@ namespace GHelper.AnimeMatrix
switch ((SlashMode)running)
{
case SlashMode.Static:
deviceSlash.SetStatic();
deviceSlash.SetStatic(brightness);
break;
default:
deviceSlash.SetMode((SlashMode)running);