mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Fix inconsistent curaproject mimetype definition
CURA-5334 - In project file writer, it says the mime type is "application/x-curaproject+xml", and we decided to use this as THE mime type. - Pass preferred_mimetype to save project file dialog so it automatically adds the file extension upon open.
This commit is contained in:
parent
8202b62343
commit
3a7a1dbc6d
2 changed files with 6 additions and 3 deletions
|
@ -86,7 +86,7 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
|
|||
|
||||
MimeTypeDatabase.addMimeType(
|
||||
MimeType(
|
||||
name="application/x-cura-project-file",
|
||||
name="application/x-curaproject+xml",
|
||||
comment="Cura Project File",
|
||||
suffixes=["curaproject.3mf"]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue