pygui: dont show mobility player when joining sessions not in runtime
This commit is contained in:
parent
9fed908322
commit
7398196dcc
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue