Anime Matrix hibernate wake-up tweaks

This commit is contained in:
Serge
2024-02-09 15:49:09 +01:00
parent 428b624ec6
commit 6bab2fc9cb
3 changed files with 5 additions and 1 deletions

View File

@@ -80,7 +80,7 @@ namespace GHelper.AnimeMatrix
return;
}
if (wakeUp && AppConfig.ContainsModel("401")) device.WakeUp();
if (wakeUp) device.WakeUp();
if (brightness == 0 || (auto && SystemInformation.PowerStatus.PowerLineStatus != PowerLineStatus.Online))
{