Force miniled status on start / display toggle for G843JYR https://github.com/seerge/g-helper/issues/2802

This commit is contained in:
Serge
2024-07-05 21:48:22 +02:00
parent d177fac656
commit 1c1cdf1bec
4 changed files with 21 additions and 1 deletions

View File

@@ -657,4 +657,9 @@ public static class AppConfig
return IsSlash() || ContainsModel("JIR") || ContainsModel("JZR") || ContainsModel("JVR") || ContainsModel("JYR") || ContainsModel("FA607P") || ContainsModel("FX607J") || ContainsModel("FA507U");
}
public static bool IsForceMiniled()
{
return ContainsModel("G843JYR") || Is("force_miniled");
}
}