change first_load to first_login in the ui config keys as well
This commit is contained in:
parent
3a54a9aebc
commit
3e6c956ac6
|
@ -107,7 +107,7 @@ CONFIG_DEFAULTS = {
|
|||
|
||||
UI_CONFIG_KEYS = (
|
||||
"theme", "sidebar_show_zero", "sidebar_show_trackers",
|
||||
"show_session_speed", "base", "first_load"
|
||||
"show_session_speed", "base", "first_login"
|
||||
)
|
||||
|
||||
OLD_CONFIG_KEYS = (
|
||||
|
|
Loading…
Reference in New Issue