Added option to keep generation options on the right

This commit is contained in:
ebolam
2022-08-10 13:09:55 -04:00
parent 3cc40b8526
commit 8ecd51486e
5 changed files with 69 additions and 4 deletions

View File

@@ -6495,6 +6495,13 @@ def UI_2_load_story(file):
print("loading {}".format(file))
loadRequest(file)
#==================================================================#
# Event triggered on load story
#==================================================================#
@socketio.on('new_story')
def UI_2_new_story(data):
koboldai_vars.create_story("")
#==================================================================#
# Event triggered when user moves world info