NEW:add a prompt after importing

jira:[for model mall import]

Change-Id: Ie9b418242f5e30dbd034c10aea0fd9735fb0717e
This commit is contained in:
tao wang
2023-09-13 16:05:30 +08:00
committed by Lane.Wei
parent 25ffb6b673
commit 3b0df2e06c
3 changed files with 10 additions and 0 deletions

View File

@@ -8156,6 +8156,7 @@ void Plater::import_model_id(wxString download_info)
// show save new project
p->set_project_filename(wxString(filename));
p->notification_manager->push_import_finished_notification(target_path.string(), target_path.parent_path().string(), false);
}
else {
if (!msg.empty()) wxMessageBox(msg);