Update built-in extensions to use fixed order in extensions menu

This commit is contained in:
Cohee
2024-06-24 22:15:08 +03:00
parent 508b685fdc
commit c8b9b62d8a
12 changed files with 36 additions and 120 deletions

View File

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