mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-22 13:49:54 +07:00
Resolved #1569 - "Patreon" button actually opens Patreon now
This commit is contained in:
@ -151,7 +151,7 @@ class WorldScreenCommunityTable(val worldScreen: WorldScreen) : PopupTable(world
|
|||||||
}
|
}
|
||||||
|
|
||||||
addButton("Patreon"){
|
addButton("Patreon"){
|
||||||
Gdx.net.openURI("https://github.com/yairm210/UnCiv")
|
Gdx.net.openURI("https://www.patreon.com/yairm210")
|
||||||
remove()
|
remove()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user