Show character definition in regular mode

This commit is contained in:
maver 2023-06-03 22:15:51 +02:00
parent 989f704605
commit d9d10f3b00
1 changed files with 1 additions and 0 deletions

View File

@ -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);