mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:29:00 +08:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
25250a8205
@ -114,7 +114,7 @@ class ContainerManager(QObject):
|
||||
for _ in range(len(entries)):
|
||||
item = item.get(entries.pop(0), {})
|
||||
|
||||
if item[entry_name] != entry_value:
|
||||
if entry_name not in item or item[entry_name] != entry_value:
|
||||
sub_item_changed = True
|
||||
item[entry_name] = entry_value
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user