mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 06:32:12 -03:00
feat(settings): centralize frontend settings on backend
This commit is contained in:
@@ -339,7 +339,7 @@ export function copyLoraSyntax(card) {
|
||||
const baseSyntax = buildLoraSyntax(card.dataset.file_name, usageTips);
|
||||
|
||||
// Check if trigger words should be included
|
||||
const includeTriggerWords = state.global.settings.includeTriggerWords;
|
||||
const includeTriggerWords = state.global.settings.include_trigger_words;
|
||||
|
||||
if (!includeTriggerWords) {
|
||||
const message = translate('uiHelpers.lora.syntaxCopied', {}, 'LoRA syntax copied to clipboard');
|
||||
|
||||
Reference in New Issue
Block a user