mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Theme v0.1
This commit is contained in:
12
aiserver.py
12
aiserver.py
@@ -7331,9 +7331,15 @@ def UI_2_load_softprompt(data):
|
||||
@socketio.on('load_aidg_club')
|
||||
def UI_2_load_aidg_club(data):
|
||||
print("Load aidg.club: {}".format(data))
|
||||
importAidgRequest(data)
|
||||
|
||||
|
||||
importAidgRequest(data)
|
||||
|
||||
|
||||
#==================================================================#
|
||||
# Event triggered when Theme Changed
|
||||
#==================================================================#
|
||||
@socketio.on('theme_change')
|
||||
def UI_2_theme_change(data):
|
||||
print("Theme Changed: {}".format(data))
|
||||
|
||||
|
||||
#==================================================================#
|
||||
|
Reference in New Issue
Block a user