X13 tweaks

This commit is contained in:
Serge
2023-06-29 18:18:42 +02:00
parent 8a3708e850
commit 3fb61d3bf1
5 changed files with 12 additions and 13 deletions

View File

@@ -118,7 +118,7 @@ namespace GHelper
_modes.Remove(3);
}
if (AppConfig.ContainsModel("401"))
if (AppConfig.ContainsModel("401") || AppConfig.ContainsModel("X13"))
{
_modes.Remove(2);
_modes.Remove(3);
@@ -150,6 +150,11 @@ namespace GHelper
}
}
public static bool HasColor()
{
return AppConfig.ContainsModel("GA401") || AppConfig.ContainsModel("X13");
}
public static bool HasSecondColor()
{
return (mode == 1 && !AppConfig.ContainsModel("TUF"));