Option for Slash sleep animation on lid-close https://github.com/seerge/g-helper/discussions/3145

This commit is contained in:
Serge
2024-09-22 10:59:55 +02:00
parent afa6dbb542
commit 897de4ed27

View File

@@ -150,7 +150,7 @@ namespace GHelper.AnimeMatrix
if (deviceSlash is not null)
{
deviceSlash.SetLidMode(!matrixLid);
deviceSlash.SetLidMode(!matrixLid && AppConfig.Is("slash_sleep"));
}
if (matrixLid || force)