pygui: dont show mobility player when joining sessions not in runtime

This commit is contained in:
Blake Harnden 2020-07-11 14:06:53 -07:00
parent 9fed908322
commit 7398196dcc

View file

@ -377,7 +377,8 @@ class CoreClient:
# organize canvas
self.app.canvas.organize()
self.show_mobility_players()
if self.is_runtime():
self.show_mobility_players()
# update ui to represent current state
self.app.after(0, self.app.joined_session_update)