Fix caption template references

This commit is contained in:
Cohee
2024-06-29 23:22:29 +03:00
parent 7fe329b5cf
commit 2670709237
2 changed files with 3 additions and 3 deletions

View File

@ -409,7 +409,7 @@ jQuery(async function () {
});
}
async function addSettings() {
const html = await renderExtensionTemplateAsync('caption', 'settings');
const html = await renderExtensionTemplateAsync('caption', 'settings', { TEMPLATE_DEFAULT, PROMPT_DEFAULT });
$('#caption_container').append(html);
}