mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-14 14:17:46 -04:00
Use synchronous mode update function in CLI
This commit is contained in:
1 parent
baca85b8cd
commit
dee23ec52e
1 file changed
+2
-1
@@ -991,7 +991,8 @@ void ApplyOptions(DeviceOptions& options, std::vector<RGBController *> &rgb_cont
|
||||
/*---------------------------------------------------------*\
|
||||
| Set device mode |
|
||||
\*---------------------------------------------------------*/
|
||||
device->SetMode(mode);
|
||||
device->active_mode = mode;
|
||||
device->DeviceUpdateMode();
|
||||
|
||||
/*---------------------------------------------------------*\
|
||||
| Set device per-LED colors if necessary |
|
||||
|
||||
Reference in new issue
Block a user