mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-01-24 14:34:15 +08:00
Add icon for qq channel (#1956)
This commit is contained in:
parent
8c38e4c628
commit
bd7365e944
@ -110,7 +110,7 @@ public class AboutPage extends StackPane {
|
||||
users.setExternalLink("https://hmcl.huangyuhui.net/api/redirect/sponsor");
|
||||
|
||||
IconedTwoLineListItem qq = new IconedTwoLineListItem();
|
||||
// qq.setImage(new Image("/assets/img/qq.png", 32, 32, false, true));
|
||||
qq.setImage(new Image("/assets/img/icon.png", 32, 32, false, true));
|
||||
qq.setTitle(i18n("about.community.qqchannel"));
|
||||
qq.setSubtitle(i18n("about.community.qqchannel.statement"));
|
||||
qq.setExternalLink("https://pd.qq.com/s/qor74cm6");
|
||||
|
Loading…
Reference in New Issue
Block a user