Document addToRecent property

Contributes to issue CURA-7996.
This commit is contained in:
Ghostkeeper 2021-02-09 10:07:23 +01:00
parent 7be67f43f8
commit d8fba53952
No known key found for this signature in database
GPG key ID: 14C3586CD2EFC5B9

View file

@ -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() {