mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove the concept of default context and instruct. Swap columns
This commit is contained in:
@@ -615,11 +615,6 @@ export async function initPresetManager() {
|
||||
return;
|
||||
}
|
||||
|
||||
// default context preset cannot be deleted
|
||||
if (apiId == 'context' && power_user.default_context === power_user.context.preset) {
|
||||
return;
|
||||
}
|
||||
|
||||
const headerText = !presetManager.isAdvancedFormatting() ? 'Delete this preset?' : 'Delete this template?';
|
||||
const confirm = await Popup.show.confirm(headerText, 'This action is irreversible and your current settings will be overwritten.');
|
||||
if (!confirm) {
|
||||
|
Reference in New Issue
Block a user