show player stats in table

This commit is contained in:
Maxime Réaux 2026-03-28 09:18:47 +01:00
parent 261c64942d
commit 2901dcd68c
10 changed files with 193 additions and 17 deletions

View file

@ -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