fix Theme list not showing all themes

fix for AN depth off by 1 in context viewer
This commit is contained in:
ebolam
2022-09-15 19:18:32 -04:00
parent e46872ce89
commit a3e33c922f
4 changed files with 4 additions and 3 deletions

View File

@@ -6846,6 +6846,7 @@ def ui2_connect():
#Send all variables to client
koboldai_vars.send_to_ui()
UI_2_load_cookies()
UI_2_theme_list_refresh(None)
pass
#==================================================================#