pygui close mobility players when stopping session

This commit is contained in:
Blake Harnden 2020-05-03 21:55:34 -07:00
parent 4ec6ef25fe
commit 0e08242128
3 changed files with 8 additions and 4 deletions

View file

@ -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
)