mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-11 04:46:18 -04:00
fix(ui): AboutPage JSTUN.
This commit is contained in:
parent
358a520305
commit
05cda699a5
@ -162,9 +162,9 @@ public class AboutPage extends StackPane {
|
|||||||
openNBT.setExternalLink("https://github.com/Steveice10/OpenNBT");
|
openNBT.setExternalLink("https://github.com/Steveice10/OpenNBT");
|
||||||
|
|
||||||
IconedTwoLineListItem jstun = new IconedTwoLineListItem();
|
IconedTwoLineListItem jstun = new IconedTwoLineListItem();
|
||||||
openNBT.setTitle("JSTUN");
|
jstun.setTitle("JSTUN");
|
||||||
openNBT.setSubtitle("Copyright (c) 2005 Thomas King <king@t-king.de>.\nLicensed under the Apache License 2.0.");
|
jstun.setSubtitle("Copyright (c) 2005 Thomas King <king@t-king.de>.\nLicensed under the Apache License 2.0.");
|
||||||
openNBT.setExternalLink("https://github.com/tking/JSTUN");
|
jstun.setExternalLink("https://github.com/tking/JSTUN");
|
||||||
|
|
||||||
dep.getContent().setAll(javafx, jfoenix, gson, xz, fxgson, constantPoolScanner, openNBT, jstun);
|
dep.getContent().setAll(javafx, jfoenix, gson, xz, fxgson, constantPoolScanner, openNBT, jstun);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user