Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2021-02-09 12:07:23 +0300
committerGhostkeeper <rubend@tutanota.com>2021-02-09 12:07:23 +0300
commitd8fba539526d6b22165c985ecbb0adf7e791d7f4 (patch)
tree0407c181e2ecfbd25159ae7dc1e75527e77f1fbf
parent7be67f43f84053f94f953bec3fe13aade2405de1 (diff)
Document addToRecent property
Contributes to issue CURA-7996.
-rw-r--r--resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml b/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml
index acd44f330e..ba0d3fb6ca 100644
--- a/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml
+++ b/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() {