This commit is contained in:
Serge
2023-08-29 00:00:55 +02:00
parent 02717c47be
commit f9e4e89c15
4 changed files with 9 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ namespace GHelper
public static Color Color1 = Color.White;
public static Color Color2 = Color.Black;
static bool isTuf = AppConfig.IsTUF();
static bool isTuf = AppConfig.IsTUF() || AppConfig.IsVivobook();
static bool isStrix = AppConfig.IsStrix();
static public bool isSingleColor = false;