Tweaked a few icons to fit UI better.
This commit is contained in:
@@ -4005,8 +4005,8 @@ class ModelManager extends ComfyDialog {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const closeModelInfoButton = new ComfyButton({
|
const closeModelInfoButton = new ComfyButton({
|
||||||
icon: "arrow-left",
|
icon: "arrow-u-left-bottom",
|
||||||
tooltip: "Close model info",
|
tooltip: "Return to model search",
|
||||||
classList: "comfyui-button icon-button",
|
classList: "comfyui-button icon-button",
|
||||||
action: async() => await this.#tryHideModelInfo(true),
|
action: async() => await this.#tryHideModelInfo(true),
|
||||||
}).element;
|
}).element;
|
||||||
@@ -4202,7 +4202,7 @@ app.registerExtension({
|
|||||||
|
|
||||||
// [Beta] mobile menu
|
// [Beta] mobile menu
|
||||||
app.menu?.settingsGroup?.append(new ComfyButton({
|
app.menu?.settingsGroup?.append(new ComfyButton({
|
||||||
icon: "folder-search-outline",
|
icon: "folder-search",
|
||||||
tooltip: "Opens model manager",
|
tooltip: "Opens model manager",
|
||||||
action: () => toggleModelManager(),
|
action: () => toggleModelManager(),
|
||||||
content: "Model Manager",
|
content: "Model Manager",
|
||||||
|
|||||||
Reference in New Issue
Block a user