Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stijn-uva committed Apr 4, 2023
2 parents 55314ac + e2db6d4 commit 766f35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webtool/views/views_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def first_run_dialog():
except (ValueError, TypeError):
interface_hue = random.randrange(0, 360)

config.set_or_create_setting("4cat.layout_hue", interface_hue, raw=True)
config.set_or_create_setting("4cat.layout_hue", interface_hue, raw=False)
generate_css_colours(force=True)

# make user an admin
Expand Down

0 comments on commit 766f35d

Please sign in to comment.