mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Set imported containers to bedirty so they will get saved
CURA-4875
This commit is contained in:
parent
d72e08a3ba
commit
4a9fc4b7d4
1 changed files with 1 additions and 0 deletions
|
@ -492,6 +492,7 @@ class ContainerManager(QObject):
|
|||
return { "status": "error", "message": "Permission denied when trying to read the file"}
|
||||
|
||||
container.setName(container_id)
|
||||
container.setDirty(True)
|
||||
|
||||
self._container_registry.addContainer(container)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue