updates to sdt integration to use different colors for each network of wireless links
This commit is contained in:
parent
3a45e9ec7a
commit
a5c412b594
2 changed files with 41 additions and 21 deletions
|
@ -1404,8 +1404,8 @@ class Session:
|
|||
|
||||
if node:
|
||||
node.shutdown()
|
||||
self.check_shutdown()
|
||||
self.sdt.delete_node(_id)
|
||||
self.check_shutdown()
|
||||
|
||||
return node is not None
|
||||
|
||||
|
@ -1602,6 +1602,8 @@ class Session:
|
|||
if node_count == 0:
|
||||
shutdown = True
|
||||
self.set_state(EventTypes.SHUTDOWN_STATE)
|
||||
# clearing sdt saved data here for legacy gui
|
||||
self.sdt.shutdown()
|
||||
return shutdown
|
||||
|
||||
def short_session_id(self) -> str:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue