mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-04 06:11:07 -04:00
Crucial static mode needs to be updated for color changes
This commit is contained in:
@@ -163,6 +163,11 @@ void RGBController_Crucial::DeviceUpdateLEDs()
|
||||
else
|
||||
{
|
||||
crucial->SetAllColorsEffect(&colors[0]);
|
||||
|
||||
if(modes[active_mode].value == CRUCIAL_MODE_STATIC)
|
||||
{
|
||||
crucial->SetMode(modes[active_mode].value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user