touch up
This commit is contained in:
parent
9bb7902060
commit
002caf09bf
1 changed files with 5 additions and 5 deletions
|
@ -213,6 +213,7 @@ class CanvasNode:
|
|||
self.context.add_command(
|
||||
label="Config Services", command=self.show_config_services
|
||||
)
|
||||
if self.app.canvas.selection:
|
||||
self.context.add_command(
|
||||
label="Multiple Node Service Configuration",
|
||||
command=self.multiple_node_service_config,
|
||||
|
@ -300,7 +301,6 @@ class CanvasNode:
|
|||
dialog.show()
|
||||
|
||||
def multiple_node_service_config(self):
|
||||
print("multiple nodes services config ")
|
||||
dialog = MultipleNodeServiceDialog(self.app)
|
||||
dialog.show()
|
||||
|
||||
|
|
Loading…
Reference in a new issue