mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-31 03:27:44 +01:00
Save auto-input to QR
This commit is contained in:
parent
d541558f15
commit
eb4e90c589
@ -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', {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user