mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
Code style fixes
This commit is contained in:
parent
211532e9f0
commit
929192b3b4
@ -1014,14 +1014,14 @@ class ManagerMenuDialog extends ComfyDialog {
|
|||||||
modifyButtonStyle(url);
|
modifyButtonStyle(url);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Open 'youml.com'",
|
title: "Open 'youml.com'",
|
||||||
callback: () => {
|
callback: () => {
|
||||||
const url = "https://youml.com/?from=comfyui-share";
|
const url = "https://youml.com/?from=comfyui-share";
|
||||||
localStorage.setItem("wg_last_visited", url);
|
localStorage.setItem("wg_last_visited", url);
|
||||||
window.open(url, "comfyui-workflow-gallery");
|
window.open(url, "comfyui-workflow-gallery");
|
||||||
modifyButtonStyle(url);
|
modifyButtonStyle(url);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Open 'comfyworkflows.com'",
|
title: "Open 'comfyworkflows.com'",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user