Import zip archive -> open 3mf project if it is project and not archive

This commit is contained in:
David Kocik 2023-05-29 11:01:21 +02:00
parent 2966405f11
commit 8fe024efdd

View File

@ -5301,8 +5301,9 @@ void Plater::import_zip_archive()
if (input_file.empty())
return;
fs::path path = into_path(input_file);
preview_zip_archive(path);
wxArrayString arr;
arr.Add(input_file);
load_files(arr, false);
}
void Plater::import_sl1_archive()