mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
implement caching on macOS, improve UI for NetworkDevicesToConnectWidget
This commit is contained in:
@@ -180,7 +180,7 @@ IdeviceFfiError *ServiceManager::mountImage(const iDescriptorDevice *device,
|
||||
void ServiceManager::getCableInfo(const iDescriptorDevice *device,
|
||||
plist_t &response)
|
||||
{
|
||||
executeOperation<void>(
|
||||
executeVoidOperation(
|
||||
device, [device, &response]() { _get_cable_info(device, response); });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user