diff --git a/ResourceManager.cpp b/ResourceManager.cpp index 7a1cbe44..f2895bf9 100644 --- a/ResourceManager.cpp +++ b/ResourceManager.cpp @@ -282,6 +282,8 @@ void ResourceManager::DetectDevicesThreadFunction() detection_percent = 100; detection_string = ""; + DeviceListChanged(); + DetectDeviceMutex.unlock(); }