From 8823e28fa044b211a41c32a7a979625a32c129b4 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Sun, 6 Sep 2020 02:29:22 -0500 Subject: [PATCH] Call update device list callback after detection is finished --- ResourceManager.cpp | 2 ++ 1 file changed, 2 insertions(+) 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(); }