Lower ambient mode refresh rate for single-zone models

This commit is contained in:
Serge
2024-03-07 12:06:11 +01:00
parent 4c5e05d6f8
commit a688275ca2

View File

@@ -670,7 +670,7 @@ namespace GHelper.USB
{
CustomRGB.ApplyAmbient(true);
timer.Enabled = true;
timer.Interval = AppConfig.Get("aura_refresh", AppConfig.ContainsModel("GU604") ? 400 : 120);
timer.Interval = AppConfig.Get("aura_refresh", AppConfig.IsStrix() ? 100 : 300);
return;
}