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…
Reference in New Issue