mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-09 11:55:52 -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");
|
||||
|
||||
IconedTwoLineListItem jstun = new IconedTwoLineListItem();
|
||||
openNBT.setTitle("JSTUN");
|
||||
openNBT.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.setTitle("JSTUN");
|
||||
jstun.setSubtitle("Copyright (c) 2005 Thomas King <king@t-king.de>.\nLicensed under the Apache License 2.0.");
|
||||
jstun.setExternalLink("https://github.com/tking/JSTUN");
|
||||
|
||||
dep.getContent().setAll(javafx, jfoenix, gson, xz, fxgson, constantPoolScanner, openNBT, jstun);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user