From d7c85e84405c858ffe064467738bb96ff1b414c9 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Thu, 11 Jan 2024 16:24:48 +0100 Subject: [PATCH] Aura tweaks https://github.com/seerge/g-helper/issues/1864 --- app/USB/Aura.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/USB/Aura.cs b/app/USB/Aura.cs index 238799fe..80eeba43 100644 --- a/app/USB/Aura.cs +++ b/app/USB/Aura.cs @@ -77,7 +77,7 @@ namespace GHelper.USB public static Color Color2 = Color.Black; static bool isACPI = AppConfig.IsTUF() || AppConfig.IsVivobook() || AppConfig.IsProArt(); - static bool isStrix = AppConfig.IsStrix(); + static bool isStrix = AppConfig.IsStrix() && !AppConfig.IsNoDirectRGB(); static bool isStrix4Zone = AppConfig.IsStrixLimitedRGB(); static bool isStrixNumpad = AppConfig.IsStrixNumpad();