gui: fixed issue updating preferences, resulting in nodes changing to a default icon
This commit is contained in:
parent
d045fc0d51
commit
88ccd1f194
3 changed files with 11 additions and 11 deletions
|
@ -776,7 +776,7 @@ class Node:
|
|||
id=proto.id,
|
||||
name=proto.name,
|
||||
type=NodeType(proto.type),
|
||||
model=proto.model,
|
||||
model=proto.model or None,
|
||||
position=Position.from_proto(proto.position),
|
||||
services=set(proto.services),
|
||||
config_services=set(proto.config_services),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue