Call update device list callback after detection is finished

This commit is contained in:
Adam Honse
2020-09-06 02:29:22 -05:00
parent ec77c658f2
commit 8823e28fa0

View File

@@ -282,6 +282,8 @@ void ResourceManager::DetectDevicesThreadFunction()
detection_percent = 100;
detection_string = "";
DeviceListChanged();
DetectDeviceMutex.unlock();
}