Set colors when updating mode

This commit is contained in:
Adam Honse
2020-02-25 21:02:16 -06:00
parent 25c829ac2a
commit 369e568ce4

View File

@@ -597,6 +597,7 @@ void Ui::OpenRGBDevicePage::UpdateMode()
| Change device mode |
\*-----------------------------------------------------*/
device->SetMode(current_mode);
device->UpdateLEDs();
}
}
}