mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Remove unnecessary kwargs
CURA-7865
This commit is contained in:
parent
a45af1da25
commit
2774ec7bdf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue