Feature: Install Terracotta from local package while downloading.

This commit is contained in:
burningtnt 2025-09-20 20:10:29 +08:00
parent 21fad8e50d
commit bddc61ccab
No known key found for this signature in database
GPG Key ID: 18A43F21F9ACE8C4

View File

@ -188,7 +188,7 @@ public class TerracottaControllerPage extends StackPane {
} else if (state instanceof TerracottaState.Preparing) {
statusProperty.set(i18n("terracotta.status.preparing"));
progressProperty.bind(((TerracottaState.Preparing) state).progressProperty());
nodesProperty.setAll();
nodesProperty.setAll(getThirdPartyDownloadNodes());
} else if (state instanceof TerracottaState.Launching) {
statusProperty.set(i18n("terracotta.status.launching"));
progressProperty.set(-1);