Option to save flicker-free dimming per AC/DC state https://github.com/seerge/g-helper/issues/3112

This commit is contained in:
Serge
2024-09-16 19:10:36 +02:00
parent d0f0bd9155
commit e71d283474
4 changed files with 29 additions and 4 deletions

View File

@@ -691,4 +691,9 @@ public static class AppConfig
return ContainsModel("G834JYR") || Is("force_miniled");
}
public static bool SaveDimming()
{
return Is("save_dimming");
}
}