mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Add UFP to the list of recent files
Contributes to CURA-5155.
This commit is contained in:
parent
412bcc9b90
commit
3a9219be0c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ catalog = i18nCatalog("cura")
|
|||
|
||||
class UFPWriter(MeshWriter):
|
||||
def __init__(self):
|
||||
super().__init__(add_to_recent_files = False)
|
||||
super().__init__()
|
||||
|
||||
MimeTypeDatabase.addMimeType(
|
||||
MimeType(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue