pygui close mobility players when stopping session
This commit is contained in:
parent
4ec6ef25fe
commit
0e08242128
3 changed files with 8 additions and 4 deletions
|
@ -448,6 +448,7 @@ class Toolbar(ttk.Frame):
|
|||
"""
|
||||
logging.info("clicked stop button")
|
||||
self.app.menubar.change_menubar_item_state(is_runtime=False)
|
||||
self.app.core.close_mobility_players()
|
||||
task = ProgressTask(
|
||||
self.app, "Stop", self.app.core.stop_session, self.stop_callback
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue