Theme v0.1

This commit is contained in:
ebolam
2022-08-18 21:08:57 -04:00
parent 58a0f9786b
commit a3fcbd751c
4 changed files with 142 additions and 6 deletions

View File

@@ -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))
#==================================================================#