Some more revisions to iOS version

This commit is contained in:
Anuken
2018-05-22 14:30:54 -07:00
parent d70dd05221
commit b4088dcfbc
3 changed files with 8 additions and 5 deletions

View File

@@ -26,6 +26,10 @@ public class AboutDialog extends FloatingDialog {
ScrollPane pane = new ScrollPane(in, "clear");
for(LinkEntry link : Links.getLinks()){
if(ios && link.name.equals("google-play")){ //because Apple doesn't like me mentioning android
continue;
}
Table table = new Table("button");
table.margin(0);
table.table(img -> {