This commit is contained in:
Serge
2024-03-18 17:53:13 +01:00
6 changed files with 44 additions and 29 deletions

View File

@@ -587,6 +587,11 @@ public static class AppConfig
return ContainsModel("G834") || ContainsModel("G614") || ContainsModel("G834") || ContainsModel("G634");
}
public static bool IsNoFNV()
{
return ContainsModel("FX507") || ContainsModel("FX707");
}
public static bool IsROG()
{
return ContainsModel("ROG");
@@ -601,4 +606,6 @@ public static class AppConfig
return Is("bw_icon");
}
}