Set colors when updating mode

This commit is contained in:
Adam Honse committed 2020-02-26 19:36:00 -06:00
1 parent 51c3568f7a
commit bd027e596e
1 file changed
+1
+1
View File
@@ -597,6 +597,7 @@ void Ui::OpenRGBDevicePage::UpdateMode()
| Change device mode |
\*-----------------------------------------------------*/
device->SetMode(current_mode);
device->UpdateLEDs();
}
}
}