mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Document addToRecent property
Contributes to issue CURA-7996.
This commit is contained in:
parent
7be67f43f8
commit
d8fba53952
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue