Ctrl+M1/M2 for TUF

This commit is contained in:
Serge
2023-08-01 12:23:23 +02:00
parent ffe07b42b5
commit 392b437913
3 changed files with 19 additions and 7 deletions

View File

@@ -70,6 +70,7 @@ namespace GHelper.AnimeMatrix
if (brightness == 0 || (auto && SystemInformation.PowerStatus.PowerLineStatus != PowerLineStatus.Online))
{
mat.SetDisplayState(false);
mat.SetDisplayState(false); // some devices are dumb
Logger.WriteLine("Matrix Off");
}
else