Fix for world info highlighting

This commit is contained in:
ebolam
2022-09-20 09:21:57 -04:00
parent 0df594f0e5
commit fd695977c6
8 changed files with 148 additions and 132 deletions

View File

@@ -576,6 +576,8 @@ class story_settings(settings):
self.context = []
self.last_story_load = None
self.revisions = []
self.picture = "" #base64 of the image shown for the story
self.picture_prompt = "" #Prompt used to create picture
#must be at bottom
self.no_save = False #Temporary disable save (doesn't save with the file)