mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 05:41:05 -07:00
Set FileMode ExistingFile in the open file dialog
This commit is contained in:
parent
c3ca642a78
commit
980de97162
1 changed files with 1 additions and 1 deletions
|
|
@ -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.OpenFiles
|
fileMode: FileDialog.FileMode.ExistingFile
|
||||||
nameFilters: UM.MeshFileHandler.supportedReadFileTypes;
|
nameFilters: UM.MeshFileHandler.supportedReadFileTypes;
|
||||||
currentFolder: CuraApplication.getDefaultPath("dialog_load_path")
|
currentFolder: CuraApplication.getDefaultPath("dialog_load_path")
|
||||||
onAccepted:
|
onAccepted:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue