mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Display names in master import
This commit is contained in:
@@ -235,7 +235,7 @@ class PresetManager {
|
||||
}
|
||||
|
||||
const sectionNames = validSections.reduce((acc, key) => {
|
||||
acc[key] = this.masterSections[key].name;
|
||||
acc[key] = { key: key, name: this.masterSections[key].name, preset: data[key]?.name || '' };
|
||||
return acc;
|
||||
}, {});
|
||||
|
||||
|
Reference in New Issue
Block a user