Skip to content

Commit 8823e28

Browse files
Call update device list callback after detection is finished
1 parent ec77c65 commit 8823e28

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ResourceManager.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ void ResourceManager::DetectDevicesThreadFunction()
282282
detection_percent = 100;
283283
detection_string = "";
284284

285+
DeviceListChanged();
286+
285287
DetectDeviceMutex.unlock();
286288
}
287289

0 commit comments

Comments
 (0)