mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Theme selection functional with first two themes
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user