Slash lighting tweaks

This commit is contained in:
Serge
2024-04-19 14:48:02 +02:00
parent cd4936c839
commit c6247f630c
2 changed files with 4 additions and 2 deletions

View File

@@ -103,7 +103,6 @@ namespace GHelper.AnimeMatrix
{
case SlashMode.Static:
deviceSlash.SetStatic();
deviceSlash.Save();
break;
default:
deviceSlash.SetMode((SlashMode)running);