mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Show character definition in regular mode
This commit is contained in:
@ -650,6 +650,7 @@ PromptManagerModule.prototype.renderPromptManagerListItems = function () {
|
|||||||
if (prompt.marker &&
|
if (prompt.marker &&
|
||||||
prompt.identifier !== 'newMainChat' &&
|
prompt.identifier !== 'newMainChat' &&
|
||||||
prompt.identifier !== 'chatHistory' &&
|
prompt.identifier !== 'chatHistory' &&
|
||||||
|
prompt.identifier !== 'characterInfo' &&
|
||||||
!advancedEnabled) return;
|
!advancedEnabled) return;
|
||||||
|
|
||||||
const listEntry = this.getPromptListEntry(this.activeCharacter, prompt.identifier);
|
const listEntry = this.getPromptListEntry(this.activeCharacter, prompt.identifier);
|
||||||
|
Reference in New Issue
Block a user