mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
A little simplification of the Perl side threading:
Only single level Perl worker threads are allowed.
This commit is contained in:
@@ -350,7 +350,6 @@ sub check_version {
|
||||
my $response = $ua->get('http://slic3r.org/updatecheck');
|
||||
Wx::PostEvent($self, Wx::PlThreadEvent->new(-1, $VERSION_CHECK_EVENT,
|
||||
threads::shared::shared_clone([ $response->is_success, $response->decoded_content, $manual_check ])));
|
||||
|
||||
Slic3r::thread_cleanup();
|
||||
})->detach;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user