This commit is contained in:
Aevann1 2021-12-20 01:36:26 +02:00
parent 66b2ac5fcc
commit cbae7e502d

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