mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-22 10:54:19 -04:00
Resolved #11951 - icons in Wonder location "near city" for cities with same name as nations
This commit is contained in:
parent
904f7f3af6
commit
07f5d7c06a
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user