mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06: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
|
||||
title: catalog.i18nc("@title:window","Open file(s)")
|
||||
modality: Qt.WindowModal
|
||||
fileMode: FileDialog.OpenFiles
|
||||
fileMode: FileDialog.FileMode.ExistingFile
|
||||
nameFilters: UM.MeshFileHandler.supportedReadFileTypes;
|
||||
currentFolder: CuraApplication.getDefaultPath("dialog_load_path")
|
||||
onAccepted:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue