order pairing draws with war ranking

This commit is contained in:
Maxime Réaux 2026-03-24 11:40:40 +01:00
parent 188f5256fb
commit 2505573250
3 changed files with 65 additions and 25 deletions

View file

@ -86,6 +86,7 @@ class RoundController:
rnd,
part.id,
)
# TODO clarify status icons
if alloc.priority != ChoiceStatus.NONE:
priority_icon = QIcon(
Icons.get_pixmap(IconName[alloc.priority.name])