mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2024-12-15 06:50:12 +08:00
更新关于页面图标 (#2835)
This commit is contained in:
parent
420d77de9f
commit
0e9e9811eb
@ -34,7 +34,7 @@ public class AboutPage extends StackPane {
|
|||||||
ComponentList about = new ComponentList();
|
ComponentList about = new ComponentList();
|
||||||
{
|
{
|
||||||
IconedTwoLineListItem launcher = new IconedTwoLineListItem();
|
IconedTwoLineListItem launcher = new IconedTwoLineListItem();
|
||||||
launcher.setImage(FXUtils.newBuiltinImage("/assets/img/craft_table.png"));
|
launcher.setImage(FXUtils.newBuiltinImage("/assets/img/icon.png"));
|
||||||
launcher.setTitle("Hello Minecraft! Launcher");
|
launcher.setTitle("Hello Minecraft! Launcher");
|
||||||
launcher.setSubtitle(Metadata.VERSION);
|
launcher.setSubtitle(Metadata.VERSION);
|
||||||
launcher.setExternalLink("https://hmcl.huangyuhui.net");
|
launcher.setExternalLink("https://hmcl.huangyuhui.net");
|
||||||
@ -104,7 +104,7 @@ public class AboutPage extends StackPane {
|
|||||||
contributors.setExternalLink("https://github.com/HMCL-dev/HMCL/graphs/contributors");
|
contributors.setExternalLink("https://github.com/HMCL-dev/HMCL/graphs/contributors");
|
||||||
|
|
||||||
IconedTwoLineListItem users = new IconedTwoLineListItem();
|
IconedTwoLineListItem users = new IconedTwoLineListItem();
|
||||||
users.setImage(FXUtils.newBuiltinImage("/assets/img/craft_table.png"));
|
users.setImage(FXUtils.newBuiltinImage("/assets/img/icon.png"));
|
||||||
users.setTitle(i18n("about.thanks_to.users"));
|
users.setTitle(i18n("about.thanks_to.users"));
|
||||||
users.setSubtitle(i18n("about.thanks_to.users.statement"));
|
users.setSubtitle(i18n("about.thanks_to.users.statement"));
|
||||||
users.setExternalLink("https://hmcl.huangyuhui.net/api/redirect/sponsor");
|
users.setExternalLink("https://hmcl.huangyuhui.net/api/redirect/sponsor");
|
||||||
|
Loading…
Reference in New Issue
Block a user