Add loader UI component

This commit is contained in:
Cohee
2023-10-31 22:16:33 +02:00
parent eb4e90c589
commit a0706fcfc8
6 changed files with 46 additions and 5 deletions

View File

@ -306,7 +306,7 @@ function addPromptTemplates() {
const textarea = $('<textarea></textarea>')
.addClass('textarea_compact text_pole')
.attr('id', `sd_prompt_${name}`)
.attr('rows', 6)
.attr('rows', 3)
.val(prompt).on('input', () => {
extension_settings.sd.prompts[name] = textarea.val();
saveSettingsDebounced();