mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 17:05:56 +08: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
@ -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…
x
Reference in New Issue
Block a user