mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Do not add saved gcodes to recent files list
This commit is contained in:
parent
013032279d
commit
1079a9be2c
2 changed files with 5 additions and 1 deletions
|
@ -47,7 +47,7 @@ class GCodeWriter(MeshWriter):
|
|||
_setting_keyword = ";SETTING_"
|
||||
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
super().__init__(add_to_recent_files = False)
|
||||
|
||||
self._application = Application.getInstance()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue