mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-19 02:57:37 +08:00
Fix application shutdown on incompatible profile exit
This commit is contained in:
parent
2df6e08eed
commit
dfb70ec6e6
@ -141,7 +141,7 @@ sub OnInit {
|
||||
$self->CallAfter(sub {
|
||||
eval {
|
||||
if (! $self->{preset_updater}->config_update()) {
|
||||
exit 0;
|
||||
$self->{mainframe}->Close;
|
||||
}
|
||||
};
|
||||
if ($@) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user