Restore parameters from modal

This commit is contained in:
space-nuko
2023-06-05 13:05:46 -05:00
parent 7e4af6e22f
commit 2dcf5de074
3 changed files with 28 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ function convertEntry(entry: QueueEntry, status: QueueUIEntryStatus): QueueUIEnt
const subgraphs: string[] | null = entry.extraData?.extra_pnginfo?.comfyBoxPrompt?.subgraphs;
let message = "Prompt";
let message = `#${entry.number}: Prompt`;
if (entry.extraData?.workflowTitle != null) {
message = `${entry.extraData.workflowTitle}`
}