mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-18 15:25:06 -05:00
Don't call the server's device list update function when updating detection progress
This commit is contained in:
@@ -134,12 +134,6 @@ void ResourceManager::DetectionProgressChanged()
|
||||
DetectionProgressCallbacks[callback_idx](DetectionProgressCallbackArgs[callback_idx]);
|
||||
}
|
||||
|
||||
/*-------------------------------------------------*\
|
||||
| Device list has changed, inform all clients |
|
||||
| connected to this server |
|
||||
\*-------------------------------------------------*/
|
||||
server->DeviceListChanged();
|
||||
|
||||
DetectionProgressMutex.unlock();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user