Skip to content

Commit

Permalink
Add show minor checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
VDuchauffour committed May 26, 2024
1 parent 31630cf commit fffb78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Python/BUG/Tabs/BugScoreOptionsTab.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def create(self, screen):
self.addLabel(screen, left, "Scores_General", "General:")
self.addTextDropdown(screen, left, left, "Scores__DisplayName")
self.addCheckbox(screen, left, "Scores__UsePlayerName")
self.addCheckbox(screen, left, "Scores__ShowMinor")
# self.addCheckbox(screen, left, "Scores__ShowMinor")

self.addLabel(screen, left, "Scores_Dead_Civs", "Dead Civilizations:")
self.addCheckbox(screen, left, "Scores__ShowDead")
Expand Down

0 comments on commit fffb78b

Please sign in to comment.