mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix recent files hint when file opens via dialoges.
This commit is contained in:
parent
f2088d7fc8
commit
06666bddca
3 changed files with 5 additions and 2 deletions
|
|
@ -32,7 +32,8 @@ UM.Dialog
|
|||
|
||||
function loadProjectFile(projectFile)
|
||||
{
|
||||
UM.WorkspaceFileHandler.readLocalFile(projectFile);
|
||||
var addToRecent = UM.WorkspaceFileHandler.getAddToRecentFilesHint(projectFile);
|
||||
UM.WorkspaceFileHandler.readLocalFile(projectFile, addToRecent);
|
||||
}
|
||||
|
||||
function loadModelFiles(fileUrls)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue