pygui updated config services to be associated with nodes directly and copyable
This commit is contained in:
parent
d7ebb90329
commit
b04da98f44
5 changed files with 49 additions and 38 deletions
|
@ -64,6 +64,7 @@ class CanvasNode:
|
|||
self.mobility_config = {}
|
||||
self.service_configs = {}
|
||||
self.service_file_configs = {}
|
||||
self.config_service_configs = {}
|
||||
self.setup_bindings()
|
||||
|
||||
def setup_bindings(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue