Call update device list callback after detection is finished
This commit is contained in:
parent
ec77c658f2
commit
8823e28fa0
1 changed files with 2 additions and 0 deletions
|
|
@ -282,6 +282,8 @@ void ResourceManager::DetectDevicesThreadFunction()
|
|||
detection_percent = 100;
|
||||
detection_string = "";
|
||||
|
||||
DeviceListChanged();
|
||||
|
||||
DetectDeviceMutex.unlock();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue