show player stats in table
This commit is contained in:
parent
261c64942d
commit
2901dcd68c
10 changed files with 193 additions and 17 deletions
|
|
@ -160,7 +160,7 @@ class CampaignController:
|
|||
str(e),
|
||||
)
|
||||
return
|
||||
self.app.is_dirty = True
|
||||
self.app.mark_model_dirty(players_stats=True)
|
||||
self.app.navigation.refresh(RefreshScope.CURRENT_SELECTION_DETAILS)
|
||||
self.app.navigation.refresh_and_select(
|
||||
RefreshScope.WARS_TREE, item_type=ItemType.CAMPAIGN, item_id=campaign_id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue