mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Use correct value for multiple file open enum
Previously we used the qdialog enum, which isn't the one you should use for the qml dialog. CURA-10741
This commit is contained in:
parent
3d289d75f9
commit
1d91eca483
1 changed files with 1 additions and 1 deletions
|
@ -628,7 +628,7 @@ UM.MainWindow
|
|||
//: File open dialog title
|
||||
title: catalog.i18nc("@title:window","Open file(s)")
|
||||
modality: Qt.WindowModal
|
||||
fileMode: FileDialog.FileMode.ExistingFile
|
||||
fileMode: FileDialog.FileMode.OpenFiles
|
||||
nameFilters: UM.MeshFileHandler.supportedReadFileTypes;
|
||||
currentFolder: CuraApplication.getDefaultPath("dialog_load_path")
|
||||
onAccepted:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue