mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Dynamic lighting detection
This commit is contained in:
@@ -636,5 +636,9 @@ public static class AppConfig
|
||||
return ContainsModel("GU605") || (IsTUF() && !(ContainsModel("FX507Z") || ContainsModel("FA617")));
|
||||
|
||||
}
|
||||
public static bool IsDynamicLighting()
|
||||
{
|
||||
return true || IsSlash() || ContainsModel("JIR") || ContainsModel("JZR") || ContainsModel("FA607") || ContainsModel("FX607");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user