Fix cli profile mode loading

master
Luca Lovisa 5 years ago
parent ea31b37f91
commit ed48c9634c
No known key found for this signature in database
GPG Key ID: 0723C99087F25D49

@ -287,7 +287,7 @@ unsigned int ParseMode(DeviceOptions& options, std::vector<RGBController *> &rgb
// no need to check if --mode wasn't passed
if (options.mode.size() == 0)
{
return false;
return rgb_controllers[options.device]->active_mode;
}
/*---------------------------------------------------------*\

Loading…
Cancel
Save