Aura modes for Strix devices

This commit is contained in:
Serge
2024-05-25 18:17:32 +02:00
parent 52952e74db
commit 79c0db6c4c

View File

@@ -183,7 +183,7 @@ namespace GHelper.USB
return _modes;
}
if (AppConfig.IsStrix() && !AppConfig.IsStrixLimitedRGB())
if (AppConfig.IsStrix() && !AppConfig.Is4ZoneRGB())
{
return _modesStrix;
}