mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-29 23:34:32 +08:00
Prefill material sync file name
CURA-10174
This commit is contained in:
parent
04c5f42cfd
commit
1f1353802a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user