mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-21 12:08:34 +07:00
.
This commit is contained in:
parent
9ddfd650dd
commit
bbadf6795e
@ -43,6 +43,10 @@ public class AboutDialog extends FloatingDialog{
|
||||
continue;
|
||||
}
|
||||
|
||||
if(steam && (link.name.contains("itch") || link.name.contains("google"))){
|
||||
continue;
|
||||
}
|
||||
|
||||
Table table = new Table("underline");
|
||||
table.margin(0);
|
||||
table.table(img -> {
|
||||
|
Loading…
Reference in New Issue
Block a user