mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 14:29:03 +08:00
Remove unnecessary kwargs
CURA-7865
This commit is contained in:
parent
a45af1da25
commit
2774ec7bdf
@ -23,7 +23,7 @@ Menu
|
||||
text: model.name
|
||||
onTriggered:
|
||||
{
|
||||
var args = { "filter_by_machine": false, "file_type": "workspace", "preferred_mimetypes": "application/vnd.ms-package.3dmanufacturing-3dmodel+xml" };
|
||||
var args = { "file_type": "workspace" };
|
||||
if (UM.Preferences.getValue("cura/dialog_on_project_save"))
|
||||
{
|
||||
saveWorkspaceDialog.deviceId = model.id
|
||||
|
Loading…
x
Reference in New Issue
Block a user