mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 22:35: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
|
//: File open dialog title
|
||||||
title: catalog.i18nc("@title:window","Open file(s)")
|
title: catalog.i18nc("@title:window","Open file(s)")
|
||||||
modality: Qt.WindowModal
|
modality: Qt.WindowModal
|
||||||
fileMode: FileDialog.FileMode.ExistingFile
|
fileMode: FileDialog.FileMode.OpenFiles
|
||||||
nameFilters: UM.MeshFileHandler.supportedReadFileTypes;
|
nameFilters: UM.MeshFileHandler.supportedReadFileTypes;
|
||||||
currentFolder: CuraApplication.getDefaultPath("dialog_load_path")
|
currentFolder: CuraApplication.getDefaultPath("dialog_load_path")
|
||||||
onAccepted:
|
onAccepted:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user