Skip to content

Commit

Permalink
feat(opponent): set image title for factions in player displays
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpalpha committed Dec 16, 2024
1 parent d5988ea commit 3314f7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function CustomPlayerDisplay.InlinePlayer(props)
end

function CustomPlayerDisplay.Faction(faction)
return Faction.Icon{size = 'small', showLink = false, showTitle = false, faction = faction}
return Faction.Icon{size = 'small', showLink = false, faction = faction}
end

return CustomPlayerDisplay
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function CustomPlayerDisplay.InlinePlayer(props)
end

function CustomPlayerDisplay.Faction(faction)
return Faction.Icon{size = 'small', showLink = false, showTitle = false, faction = faction}
return Faction.Icon{size = 'small', showLink = false, faction = faction}
end

return CustomPlayerDisplay

0 comments on commit 3314f7b

Please sign in to comment.