Save auto-input to QR

This commit is contained in:
Cohee 2023-10-31 12:27:40 +02:00
parent d541558f15
commit eb4e90c589
1 changed files with 2 additions and 1 deletions

View File

@ -212,7 +212,8 @@ async function saveQuickReplyPreset() {
quickReplyEnabled: extension_settings.quickReply.quickReplyEnabled,
quickReplySlots: extension_settings.quickReply.quickReplySlots,
numberOfSlots: extension_settings.quickReply.numberOfSlots,
selectedPreset: name
AutoInputInject: extension_settings.quickReply.AutoInputInject,
selectedPreset: name,
}
const response = await fetch('/savequickreply', {