mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
ENH:model files will not be imported when downloading plugins
Change-Id: I87ca42420f2f21e8f6e117ebaa5cb389203d70c2
This commit is contained in:
parent
a01b0c4f32
commit
d5bfbfbaa6
2 changed files with 5 additions and 5 deletions
|
@ -8067,7 +8067,7 @@ void Plater::import_model_id(wxString download_info)
|
|||
p->set_project_filename(wxString(filename));
|
||||
}
|
||||
else {
|
||||
wxMessageBox(msg);
|
||||
if (!msg.empty()) wxMessageBox(msg);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue