mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:26:05 +08:00
Add UFP to the list of recent files
Contributes to CURA-5155.
This commit is contained in:
parent
412bcc9b90
commit
3a9219be0c
@ -23,7 +23,7 @@ catalog = i18nCatalog("cura")
|
|||||||
|
|
||||||
class UFPWriter(MeshWriter):
|
class UFPWriter(MeshWriter):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__(add_to_recent_files = False)
|
super().__init__()
|
||||||
|
|
||||||
MimeTypeDatabase.addMimeType(
|
MimeTypeDatabase.addMimeType(
|
||||||
MimeType(
|
MimeType(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user