Merge pull request #399 from pvp-by/main

add "flowt.ai" in Workflow Gallery
This commit is contained in:
Dr.Lt.Data 2024-02-07 23:56:45 +09:00 committed by GitHub
commit c4cef9a52d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: () => {