From af4a5e8af70098b2f31c7069a80ef63afce72fb6 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Sun, 19 Nov 2023 21:51:11 +0100 Subject: [PATCH] Fix --- 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 2a806b91..ed44023e 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(); - static bool isStrix = true || AppConfig.IsStrix(); + static bool isStrix = AppConfig.IsStrix(); static public bool isSingleColor = false;