mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-06-11 13:19:24 -03:00
fix(i18n): add missing embedding translation keys, sync locales, clean up dead replaceMode branch
This commit is contained in:
@@ -56,7 +56,7 @@ export class EmbeddingContextMenu extends BaseContextMenu {
|
||||
const folder = this.currentCard.dataset.folder || '';
|
||||
const name = this.currentCard.dataset.file_name || '';
|
||||
const embeddingCode = folder ? `embedding:${folder}/${name}` : `embedding:${name}`;
|
||||
sendEmbeddingToWorkflow(embeddingCode, false);
|
||||
sendEmbeddingToWorkflow(embeddingCode);
|
||||
break;
|
||||
}
|
||||
case 'refresh-metadata':
|
||||
|
||||
Reference in New Issue
Block a user