Temporarily added auto-memory box to UI.

This commit is contained in:
ebolam
2022-09-23 11:37:39 -04:00
parent 54abf7112d
commit b6bf330979
3 changed files with 18 additions and 11 deletions

View File

@@ -586,6 +586,7 @@ class story_settings(settings):
self.autosave = False # Whether or not to automatically save after each action
self.prompt = "" # Prompt
self.memory = "" # Text submitted to memory field
self.auto_memory = ""
self.authornote = "" # Text submitted to Author's Note field
self.authornotetemplate = "[Author's note: <|>]" # Author's note template
self.setauthornotetemplate = self.authornotetemplate # Saved author's note template in settings