Feature: Migrade 'icon.png' placeholder to terracotta.png.

This commit is contained in:
burningtnt 2025-09-20 14:25:12 +08:00
parent d7e1ca7396
commit 360f10c939
No known key found for this signature in database
GPG Key ID: 18A43F21F9ACE8C4
3 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@ public class TerracottaControllerPage extends StackPane {
body.setLineSpacing(4);
LineButton download = LineButton.of();
download.setLeftImage(FXUtils.newBuiltinImage("/assets/img/icon.png"));
download.setLeftImage(FXUtils.newBuiltinImage("/assets/img/terracotta.png"));
download.setTitle(i18n(String.format("terracotta.status.uninitialized.%s.title", fork)));
download.setSubtitle(i18n("terracotta.status.uninitialized.desc"));
download.setRightIcon(SVG.ARROW_FORWARD);
@ -480,7 +480,7 @@ public class TerracottaControllerPage extends StackPane {
locals.getProperties().put("ComponentSubList.noPadding", true);
LineButton header = LineButton.of(false);
header.setLeftImage(FXUtils.newBuiltinImage("/assets/img/icon.png"));
header.setLeftImage(FXUtils.newBuiltinImage("/assets/img/terracotta.png"));
header.setTitle(i18n("terracotta.from_local.title"));
header.setSubtitle(i18n("terracotta.from_local.desc"));
locals.setHeaderLeft(header);

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB