mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Update built-in extensions to use fixed order in extensions menu
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user