mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Option for Slash sleep animation on lid-close https://github.com/seerge/g-helper/discussions/3145
This commit is contained in:
@@ -150,7 +150,7 @@ namespace GHelper.AnimeMatrix
|
|||||||
|
|
||||||
if (deviceSlash is not null)
|
if (deviceSlash is not null)
|
||||||
{
|
{
|
||||||
deviceSlash.SetLidMode(!matrixLid);
|
deviceSlash.SetLidMode(!matrixLid && AppConfig.Is("slash_sleep"));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (matrixLid || force)
|
if (matrixLid || force)
|
||||||
|
|||||||
Reference in New Issue
Block a user