Fix for possible fan issues on old laptops

This commit is contained in:
seerge
2023-03-31 20:05:14 +02:00
parent 253e1eb095
commit bd207113f8
5 changed files with 15 additions and 4 deletions

View File

@@ -137,7 +137,7 @@ namespace GHelper
public static bool HasSecondColor()
{
return mode == 1;
return (mode == 1 && !Program.config.ContainsModel("TUF"));
}
public static int Speed