pygui: avoid trying to bring up a terminal for rj45 nodes
This commit is contained in:
parent
6f7e42d310
commit
0045c8d79c
1 changed files with 2 additions and 1 deletions
|
@ -193,6 +193,7 @@ class CanvasNode:
|
|||
|
||||
def double_click(self, event: tk.Event) -> None:
|
||||
if self.app.core.is_runtime():
|
||||
if NodeUtils.is_container_node(self.core_node.type):
|
||||
self.canvas.core.launch_terminal(self.core_node.id)
|
||||
else:
|
||||
self.show_config()
|
||||
|
|
Loading…
Reference in a new issue