Prefill material sync file name

CURA-10174
This commit is contained in:
c.lamboo 2023-02-20 17:41:07 +01:00
parent 04c5f42cfd
commit 1f1353802a

View File

@ -714,7 +714,7 @@ UM.Window
{ {
if(!materialsSyncDialog.hasExportedUsb) if(!materialsSyncDialog.hasExportedUsb)
{ {
exportUsbDialog.currentFolder = syncModel.getPreferredExportAllPath(); exportUsbDialog.currentFolder = `${syncModel.getPreferredExportAllPath()}/materials.umm`;
exportUsbDialog.open(); exportUsbDialog.open();
} }
else else