mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Uncheck textgen preset from master export by default
This commit is contained in:
@@ -278,7 +278,7 @@ class PresetManager {
|
||||
*/
|
||||
static async performMasterExport() {
|
||||
const sectionNames = Object.entries(this.masterSections).reduce((acc, [key, section]) => {
|
||||
acc[key] = section.name;
|
||||
acc[key] = { key: key, name: section.name, checked: key !== 'preset' };
|
||||
return acc;
|
||||
}, {});
|
||||
const html = $(await renderTemplateAsync('masterExport', { sections: sectionNames }));
|
||||
|
Reference in New Issue
Block a user