diff --git a/cli.cpp b/cli.cpp index 39609acb..c1dcfdae 100644 --- a/cli.cpp +++ b/cli.cpp @@ -991,7 +991,8 @@ void ApplyOptions(DeviceOptions& options, std::vector &rgb_cont /*---------------------------------------------------------*\ | Set device mode | \*---------------------------------------------------------*/ - device->SetMode(mode); + device->active_mode = mode; + device->DeviceUpdateMode(); /*---------------------------------------------------------*\ | Set device per-LED colors if necessary |