mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 17:45:56 +08:00
Revert "Add UFP to the list of recent files"
This reverts commit 3a9219be0c07da91295be828ce817951ca1218ba.
This commit is contained in:
parent
2b0109fbaa
commit
66a2425b86
@ -23,7 +23,7 @@ catalog = i18nCatalog("cura")
|
|||||||
|
|
||||||
class UFPWriter(MeshWriter):
|
class UFPWriter(MeshWriter):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__()
|
super().__init__(add_to_recent_files = False)
|
||||||
|
|
||||||
MimeTypeDatabase.addMimeType(
|
MimeTypeDatabase.addMimeType(
|
||||||
MimeType(
|
MimeType(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user