Add icon for qq channel (#1956)

This commit is contained in:
Glavo
2023-01-01 14:34:58 +08:00
committed by GitHub
parent 8c38e4c628
commit bd7365e944

View File

@@ -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");