mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 05:39:02 +08:00
Set imported containers to bedirty so they will get saved
CURA-4875
This commit is contained in:
parent
d72e08a3ba
commit
4a9fc4b7d4
@ -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…
x
Reference in New Issue
Block a user