Changing one more darkly to browser. #1163
This commit is contained in:
parent
984f1ae7fb
commit
5e92fb47ed
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ fn create_user(conn: &PgConnection, name: &str) -> User_ {
|
||||||
updated: None,
|
updated: None,
|
||||||
published: None,
|
published: None,
|
||||||
show_nsfw: false,
|
show_nsfw: false,
|
||||||
theme: "darkly".into(),
|
theme: "browser".into(),
|
||||||
default_sort_type: SortType::Hot as i16,
|
default_sort_type: SortType::Hot as i16,
|
||||||
default_listing_type: ListingType::Subscribed as i16,
|
default_listing_type: ListingType::Subscribed as i16,
|
||||||
lang: "browser".into(),
|
lang: "browser".into(),
|
||||||
|
|
Loading…
Reference in a new issue