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