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