Resolved #1569 - "Patreon" button actually opens Patreon now

This commit is contained in:
Yair Morgenstern
2019-12-29 18:03:59 +02:00
parent ca8de2e379
commit d750e369a0

View File

@ -151,7 +151,7 @@ class WorldScreenCommunityTable(val worldScreen: WorldScreen) : PopupTable(world
}
addButton("Patreon"){
Gdx.net.openURI("https://github.com/yairm210/UnCiv")
Gdx.net.openURI("https://www.patreon.com/yairm210")
remove()
}