mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-05 17:00:42 +08:00
Refactoring Settings store.
This commit is contained in:
parent
590d66b59b
commit
c97a7cb42b
@ -130,7 +130,7 @@ sub show_error {
|
||||
}
|
||||
*/
|
||||
|
||||
std::vector<wxString> open_model(wxWindow* parent, const Settings& settings, wxWindow* top) {
|
||||
std::vector<wxString> open_model(wxWindow* parent, wxWindow* top) {
|
||||
auto dialog {new wxFileDialog((parent != nullptr ? parent : top), _("Choose one or more files") + wxString(" (STL/OBJ/AMF/3MF):"), ".", "",
|
||||
MODEL_WILDCARD, wxFD_OPEN | wxFD_MULTIPLE | wxFD_FILE_MUST_EXIST)};
|
||||
if (dialog->ShowModal() != wxID_OK) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user