improved: Display the terminal when starting the installation of a model or node packs

This commit is contained in:
Dr.Lt.Data
2025-02-10 02:56:48 +09:00
parent 22266484bd
commit e113e011cb
5 changed files with 25 additions and 10 deletions

View File

@@ -2,7 +2,7 @@ import { app } from "../../scripts/app.js";
import { $el } from "../../scripts/ui.js";
import {
manager_instance, rebootAPI,
fetchData, md5, icons, show_message, customAlert, infoToast
fetchData, md5, icons, show_message, customAlert, infoToast, showTerminal
} from "./common.js";
import { api } from "../../scripts/api.js";
@@ -697,6 +697,7 @@ export class ModelManager {
else {
await api.fetchApi('/manager/queue/start');
this.showStop();
showTerminal();
}
}