mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Save auto-input to QR
This commit is contained in:
@ -212,7 +212,8 @@ async function saveQuickReplyPreset() {
|
|||||||
quickReplyEnabled: extension_settings.quickReply.quickReplyEnabled,
|
quickReplyEnabled: extension_settings.quickReply.quickReplyEnabled,
|
||||||
quickReplySlots: extension_settings.quickReply.quickReplySlots,
|
quickReplySlots: extension_settings.quickReply.quickReplySlots,
|
||||||
numberOfSlots: extension_settings.quickReply.numberOfSlots,
|
numberOfSlots: extension_settings.quickReply.numberOfSlots,
|
||||||
selectedPreset: name
|
AutoInputInject: extension_settings.quickReply.AutoInputInject,
|
||||||
|
selectedPreset: name,
|
||||||
}
|
}
|
||||||
|
|
||||||
const response = await fetch('/savequickreply', {
|
const response = await fetch('/savequickreply', {
|
||||||
|
Reference in New Issue
Block a user