1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Bugfix: version check caused crash

This commit is contained in:
Alessandro Ranellucci
2014-04-22 11:59:01 +02:00
parent c87a21f304
commit 3a49dccf69
+1
View File
@@ -364,6 +364,7 @@ sub check_version {
} else {
Slic3r::GUI::show_error(undef, "Failed to check for updates. Try later.") if $p{manual};
}
Slic3r::thread_cleanup();
})->detach;
}