add background image on empty page

This commit is contained in:
Maxime Réaux 2026-02-26 21:36:58 +01:00
parent ea6ec02f3b
commit d72c9902d4
16 changed files with 123 additions and 102 deletions

View file

@ -46,7 +46,7 @@ class BattleDialog(QDialog):
self.ui.score.setText(default_score)
self.ui.victoryCondition.setText(default_victory_condition)
self.ui.battleComment.setPlainText(default_comment)
self.setWindowIcon(Icons.get(IconName.WARCHRON))
self.setWindowIcon(Icons.get(IconName.WARCHRONICO))
def get_sector_id(self) -> str:
return cast(str, self.ui.sectorComboBox.currentData())