Config setting for 4Zone RGB

This commit is contained in:
Serge
2024-05-15 18:57:51 +02:00
parent 9a3b689d29
commit cf3c61e467
2 changed files with 7 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ namespace GHelper.USB
static bool isACPI = AppConfig.IsTUF() || AppConfig.IsVivoZenbook() || AppConfig.IsProArt();
static bool isStrix = AppConfig.IsStrix() && !AppConfig.IsNoDirectRGB();
static bool isStrix4Zone = AppConfig.IsStrixLimitedRGB();
static bool isStrix4Zone = AppConfig.Is4ZoneRGB();
static bool isStrixNumpad = AppConfig.IsStrixNumpad();
static public bool isSingleColor = false;