Resolved #11951 - icons in Wonder location "near city" for cities with same name as nations

This commit is contained in:
yairm210 2024-07-14 09:51:17 +03:00
parent 904f7f3af6
commit 07f5d7c06a

View File

@ -76,7 +76,7 @@ class WonderOverviewTab(
add(wonder.getStatusColumn().toLabel())
val locationText = wonder.getLocationColumn()
if (locationText.isNotEmpty()) {
val locationLabel = locationText.toLabel()
val locationLabel = locationText.toLabel(hideIcons = true)
if (wonder.location != null)
locationLabel.onClick{
val worldScreen = UncivGame.Current.resetToWorldScreen()