Просмотр исходного кода

Document addToRecent property

Contributes to issue CURA-7996.
Ghostkeeper 4 лет назад
Родитель
Сommit
d8fba53952
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml

+ 1 - 1
resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml

@@ -29,7 +29,7 @@ UM.Dialog
     modality: Qt.WindowModal
 
     property var fileUrl
-    property var addToRecent: true
+    property var addToRecent: true //Whether to add this file to the recent files list after reading it.
 
     // load the entire project
     function loadProjectFile() {