forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-12-20 01:36:26 +02:00
parent 4ba1f16278
commit 9ade838e8d
1 changed files with 5 additions and 0 deletions

View File

@ -389,6 +389,11 @@ def settings_profile_post(v):
if theme == "win98": v.themecolor = "30409f"
updated = True
theme2 = request.values.get("theme2")
if theme2:
v.theme2 = theme2
updated = True
quadrant = request.values.get("quadrant")
if quadrant and 'pcmemes.net' == request.host.lower():
v.quadrant = quadrant