mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-02 23:31:42 -07:00
Profile export from the Profiles window.
Contributed to CURA-1667 Profile import/export
This commit is contained in:
parent
f7e299a750
commit
44d9fefd5d
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ UM.ManagementPage
|
|||
folder: base.model.getDefaultPath()
|
||||
onAccepted:
|
||||
{
|
||||
var result = base.model.exportProfile(base.currentItem.id, base.currentItem.name, fileUrl, selectedNameFilter)
|
||||
var result = base.model.exportProfile(base.currentItem.id, fileUrl)
|
||||
if(result && result.status == "error")
|
||||
{
|
||||
messageDialog.icon = StandardIcon.Critical
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue