mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 02:12:58 +08:00
add "flowt.ai" in Workflow Gallery
This commit is contained in:
parent
48b5c7ca21
commit
2ebc20d082
@ -1201,6 +1201,15 @@ class ManagerMenuDialog extends ComfyDialog {
|
|||||||
modifyButtonStyle(url);
|
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",
|
title: "Close",
|
||||||
callback: () => {
|
callback: () => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user