Option to control how notifications are shown
This commit is contained in:
@@ -990,7 +990,7 @@ export default class ComfyApp {
|
||||
tag = null;
|
||||
|
||||
if (targetWorkflow.attrs.showDefaultNotifications) {
|
||||
notify("Prompt queued.", { type: "info" });
|
||||
notify("Prompt queued.", { type: "info", showOn: "web" });
|
||||
}
|
||||
|
||||
this.processingQueue = true;
|
||||
|
||||
Reference in New Issue
Block a user