mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 11:21:14 -07:00
Revert "Add UFP to the list of recent files"
This reverts commit 3a9219be0c.
This commit is contained in:
parent
2b0109fbaa
commit
66a2425b86
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ catalog = i18nCatalog("cura")
|
|||
|
||||
class UFPWriter(MeshWriter):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
super().__init__(add_to_recent_files = False)
|
||||
|
||||
MimeTypeDatabase.addMimeType(
|
||||
MimeType(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue