mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-12 21:36:21 -04:00
fix: remove thanks to mcbbs.
This commit is contained in:
parent
9361719a67
commit
420d77de9f
@ -85,11 +85,11 @@ public class AboutPage extends StackPane {
|
|||||||
redLnn.setImage(FXUtils.newBuiltinImage("/assets/img/red_lnn.png"));
|
redLnn.setImage(FXUtils.newBuiltinImage("/assets/img/red_lnn.png"));
|
||||||
redLnn.setSubtitle(i18n("about.thanks_to.red_lnn.statement"));
|
redLnn.setSubtitle(i18n("about.thanks_to.red_lnn.statement"));
|
||||||
|
|
||||||
IconedTwoLineListItem mcbbs = new IconedTwoLineListItem();
|
// IconedTwoLineListItem mcbbs = new IconedTwoLineListItem();
|
||||||
mcbbs.setImage(FXUtils.newBuiltinImage("/assets/img/chest.png"));
|
// mcbbs.setImage(FXUtils.newBuiltinImage("/assets/img/chest.png"));
|
||||||
mcbbs.setTitle(i18n("about.thanks_to.mcbbs"));
|
// mcbbs.setTitle(i18n("about.thanks_to.mcbbs"));
|
||||||
mcbbs.setSubtitle(i18n("about.thanks_to.mcbbs.statement"));
|
// mcbbs.setSubtitle(i18n("about.thanks_to.mcbbs.statement"));
|
||||||
mcbbs.setExternalLink("https://www.mcbbs.net/");
|
// mcbbs.setExternalLink("https://www.mcbbs.net/");
|
||||||
|
|
||||||
IconedTwoLineListItem mcmod = new IconedTwoLineListItem();
|
IconedTwoLineListItem mcmod = new IconedTwoLineListItem();
|
||||||
mcmod.setImage(FXUtils.newBuiltinImage("/assets/img/mcmod.png"));
|
mcmod.setImage(FXUtils.newBuiltinImage("/assets/img/mcmod.png"));
|
||||||
@ -109,7 +109,7 @@ public class AboutPage extends StackPane {
|
|||||||
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");
|
||||||
|
|
||||||
thanks.getContent().setAll(yushijinhun, bangbang93, glavo, zkitefly ,mcbbs, mcmod, gamerteam, redLnn, contributors, users);
|
thanks.getContent().setAll(yushijinhun, bangbang93, glavo, zkitefly, /* mcbbs, */ mcmod, gamerteam, redLnn, contributors, users);
|
||||||
}
|
}
|
||||||
|
|
||||||
ComponentList dep = new ComponentList();
|
ComponentList dep = new ComponentList();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user