mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-12 01:17:39 +01:00
Show character definition in regular mode
This commit is contained in:
parent
989f704605
commit
d9d10f3b00
@ -650,6 +650,7 @@ PromptManagerModule.prototype.renderPromptManagerListItems = function () {
|
||||
if (prompt.marker &&
|
||||
prompt.identifier !== 'newMainChat' &&
|
||||
prompt.identifier !== 'chatHistory' &&
|
||||
prompt.identifier !== 'characterInfo' &&
|
||||
!advancedEnabled) return;
|
||||
|
||||
const listEntry = this.getPromptListEntry(this.activeCharacter, prompt.identifier);
|
||||
|
Loading…
Reference in New Issue
Block a user