mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
Update FileMenu.qml
This commit is contained in:
parent
0d4ed17ad3
commit
1ce7f1838f
@ -30,7 +30,7 @@ Menu
|
|||||||
{
|
{
|
||||||
id: saveWorkspaceMenu
|
id: saveWorkspaceMenu
|
||||||
shortcut: StandardKey.Save
|
shortcut: StandardKey.Save
|
||||||
text: catalog.i18nc("@title:menu menubar:file", "&Save...")
|
text: catalog.i18nc("@title:menu menubar:file", "&Save project...")
|
||||||
onTriggered:
|
onTriggered:
|
||||||
{
|
{
|
||||||
var args = { "filter_by_machine": false, "file_type": "workspace", "preferred_mimetypes": "application/vnd.ms-package.3dmanufacturing-3dmodel+xml" };
|
var args = { "filter_by_machine": false, "file_type": "workspace", "preferred_mimetypes": "application/vnd.ms-package.3dmanufacturing-3dmodel+xml" };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user