mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 16:19:05 +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()
|
folder: base.model.getDefaultPath()
|
||||||
onAccepted:
|
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")
|
if(result && result.status == "error")
|
||||||
{
|
{
|
||||||
messageDialog.icon = StandardIcon.Critical
|
messageDialog.icon = StandardIcon.Critical
|
||||||
|
Loading…
x
Reference in New Issue
Block a user