dsfdsf
This commit is contained in:
parent
a69bd20c63
commit
dbf3006e2f
6 changed files with 5 additions and 23 deletions
|
@ -199,9 +199,6 @@ def settings_profile_post(v):
|
|||
theme = request.values.get("theme")
|
||||
if theme:
|
||||
v.theme = theme
|
||||
if theme == "coffee" or theme == "4chan": v.themecolor = "38a169"
|
||||
elif theme == "tron": v.themecolor = "80ffff"
|
||||
elif theme == "win98": v.themecolor = "30409f"
|
||||
updated = True
|
||||
|
||||
quadrant = request.values.get("quadrant")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue