mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Bugfix: version check caused crash
This commit is contained in:
@@ -334,6 +334,7 @@ sub check_version {
|
|||||||
} else {
|
} else {
|
||||||
Slic3r::GUI::show_error(undef, "Failed to check for updates. Try later.") if $p{manual};
|
Slic3r::GUI::show_error(undef, "Failed to check for updates. Try later.") if $p{manual};
|
||||||
}
|
}
|
||||||
|
Slic3r::thread_cleanup();
|
||||||
})->detach;
|
})->detach;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user