add utils, enhance ui, remove debug stuff

This commit is contained in:
uncor3
2026-02-01 01:13:23 +00:00
parent ac81ee087c
commit f00bf62144
6 changed files with 131 additions and 57 deletions
-1
View File
@@ -274,7 +274,6 @@ IdeviceFfiError *ServiceManager::exportFileToPath(
IdeviceFfiError *read_err = nullptr;
// Read file in chunks
while (true) {
std::this_thread::sleep_for(std::chrono::seconds(2));
// Check for cancellation
if (cancelRequested && cancelRequested->load()) {
fclose(out);