Move [Beta] menu button from actionsGroup to settingsGroup (to match pythongosssss custom nodes Image Feed button).
This commit is contained in:
@@ -4187,12 +4187,12 @@ app.registerExtension({
|
|||||||
);
|
);
|
||||||
|
|
||||||
// [Beta] mobile menu
|
// [Beta] mobile menu
|
||||||
app?.menu?.actionsGroup.element.appendChild(new ComfyButton({
|
app.menu?.settingsGroup?.append(new ComfyButton({
|
||||||
icon: "folder-search-outline",
|
icon: "folder-search-outline",
|
||||||
tooltip: "Opens model manager",
|
tooltip: "Opens model manager",
|
||||||
action: () => toggleModelManager(),
|
action: () => toggleModelManager(),
|
||||||
content: "Model Manager",
|
content: "Model Manager",
|
||||||
popup: getInstance(),
|
popup: getInstance(),
|
||||||
}).element);
|
}));
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user