From 79c0db6c4cd67b53e1c880cfd03ddf6f085b18fb Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Sat, 25 May 2024 18:17:32 +0200 Subject: [PATCH] Aura modes for Strix devices --- 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 f2566992..5461b794 100644 --- a/app/USB/Aura.cs +++ b/app/USB/Aura.cs @@ -183,7 +183,7 @@ namespace GHelper.USB return _modes; } - if (AppConfig.IsStrix() && !AppConfig.IsStrixLimitedRGB()) + if (AppConfig.IsStrix() && !AppConfig.Is4ZoneRGB()) { return _modesStrix; }