Theme selection functional with first two themes

This commit is contained in:
ebolam
2022-08-19 08:25:23 -04:00
parent a3fcbd751c
commit 58f0cf8f88
7 changed files with 321 additions and 152 deletions

View File

@@ -6669,6 +6669,14 @@ def ui2_connect():
koboldai_vars.send_to_ui()
pass
#==================================================================#
# UI V2 CODE Themes
#==================================================================#
@app.route('/themes/<path:path>')
def ui2_serve_themes(path):
return send_from_directory('themes', path)
#==================================================================#
# File Popup options