daemon: renamed NodeData.node_type to type, removed NodeData/NodeOptions fields that were not being used for clarity
This commit is contained in:
parent
a64047e221
commit
b92ff0586a
7 changed files with 70 additions and 92 deletions
|
@ -523,7 +523,6 @@ class Session:
|
|||
# set node attributes
|
||||
node.icon = options.icon
|
||||
node.canvas = options.canvas
|
||||
node.opaque = options.opaque
|
||||
|
||||
# set node position and broadcast it
|
||||
self.set_node_position(node, options)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue