Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2018-05-24 11:21:16 -04:00
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 -> {