mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-10 12:26:16 -04:00
fix(about): missing JSTUN. Mentioned in #1203.
This commit is contained in:
parent
3192d41fe3
commit
7e2ab49f89
@ -167,9 +167,9 @@ public class AboutPage extends StackPane {
|
|||||||
jstun.setExternalLink("https://github.com/tking/JSTUN");
|
jstun.setExternalLink("https://github.com/tking/JSTUN");
|
||||||
|
|
||||||
IconedTwoLineListItem minecraftJFXSkin = new IconedTwoLineListItem();
|
IconedTwoLineListItem minecraftJFXSkin = new IconedTwoLineListItem();
|
||||||
jstun.setTitle("minecraft-jfx-skin");
|
minecraftJFXSkin.setTitle("minecraft-jfx-skin");
|
||||||
jstun.setSubtitle("Copyright (c) 2016 InfinityStudio.\nLicensed under the GPL 3.");
|
minecraftJFXSkin.setSubtitle("Copyright (c) 2016 InfinityStudio.\nLicensed under the GPL 3.");
|
||||||
jstun.setExternalLink("https://github.com/InfinityStudio/minecraft-jfx-skin");
|
minecraftJFXSkin.setExternalLink("https://github.com/InfinityStudio/minecraft-jfx-skin");
|
||||||
|
|
||||||
dep.getContent().setAll(javafx, jfoenix, gson, xz, fxgson, constantPoolScanner, openNBT, jstun, minecraftJFXSkin);
|
dep.getContent().setAll(javafx, jfoenix, gson, xz, fxgson, constantPoolScanner, openNBT, jstun, minecraftJFXSkin);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user