tidy(ui): "regional prompts" -> "control layers"

This commit is contained in:
psychedelicious
2024-04-30 13:28:03 +10:00
committed by Kent Keirsey
parent 8de56fd77c
commit 3441187c23
78 changed files with 336 additions and 340 deletions

View File

@ -12,7 +12,7 @@ import {
positivePrompt2Changed,
positivePromptChanged,
widthChanged,
} from 'features/controlLayers/store/regionalPromptsSlice';
} from 'features/controlLayers/store/controlLayersSlice';
import { setHrfEnabled, setHrfMethod, setHrfStrength } from 'features/hrf/store/hrfSlice';
import type { LoRA } from 'features/lora/store/loraSlice';
import { loraRecalled, lorasReset } from 'features/lora/store/loraSlice';