pygui: fixed joining sessions with mobility players

This commit is contained in:
Blake Harnden 2020-07-01 12:11:34 -07:00
parent 08bbaf463b
commit a870c15b43

View file

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