From 2ebc20d0825168b4f6eeee2bc5c53beacc5e3779 Mon Sep 17 00:00:00 2001 From: pvp-by Date: Wed, 7 Feb 2024 13:49:26 +0400 Subject: [PATCH] add "flowt.ai" in Workflow Gallery --- js/comfyui-manager.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js index 00d5456d..c32c43b3 100644 --- a/js/comfyui-manager.js +++ b/js/comfyui-manager.js @@ -1201,6 +1201,15 @@ class ManagerMenuDialog extends ComfyDialog { modifyButtonStyle(url); }, }, + { + title: "Open 'flowt.ai'", + callback: () => { + const url = "https://flowt.ai/"; + localStorage.setItem("wg_last_visited", url); + window.open(url, "comfyui-workflow-gallery"); + modifyButtonStyle(url); + }, + }, { title: "Close", callback: () => {