mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-22 07:44:11 +00:00
@@ -233,7 +233,10 @@ export class ComfyWorkflowsMenu {
|
||||
) {
|
||||
const r = getExtraMenuOptions?.apply?.(this, arguments);
|
||||
if (
|
||||
app.ui.settings.getSettingValue("Comfy.UseNewMenu", false) === true
|
||||
app.ui.settings.getSettingValue<boolean>(
|
||||
"Comfy.UseNewMenu",
|
||||
false
|
||||
) === true
|
||||
) {
|
||||
const t = this;
|
||||
let img;
|
||||
|
||||
Reference in New Issue
Block a user