mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 18:59:10 +08:00
Profile export from the Profiles window.
Contributed to CURA-1667 Profile import/export
This commit is contained in:
parent
f7e299a750
commit
44d9fefd5d
@ -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…
x
Reference in New Issue
Block a user