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,6 +377,7 @@ class CoreClient:
|
||||||
|
|
||||||
# organize canvas
|
# organize canvas
|
||||||
self.app.canvas.organize()
|
self.app.canvas.organize()
|
||||||
|
if self.is_runtime():
|
||||||
self.show_mobility_players()
|
self.show_mobility_players()
|
||||||
# update ui to represent current state
|
# update ui to represent current state
|
||||||
self.app.after(0, self.app.joined_session_update)
|
self.app.after(0, self.app.joined_session_update)
|
||||||
|
|
Loading…
Add table
Reference in a new issue