This commit is contained in:
Serge
2024-01-08 13:49:51 +01:00
parent adcba8d35e
commit ea73de4414
3 changed files with 8 additions and 3 deletions

View File

@@ -533,7 +533,7 @@ namespace GHelper.USB
return;
}
if (AppConfig.ContainsModel("GA503"))
if (AppConfig.IsNoDirectRGB())
{
AsusHid.Write(new List<byte[]> { AuraMessage(AuraMode.AuraStatic, color, color, 0xeb, isSingleColor), MESSAGE_SET });
return;