mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 16:39:55 +00:00
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,
|
||||
published: None,
|
||||
show_nsfw: false,
|
||||
theme: "darkly".into(),
|
||||
theme: "browser".into(),
|
||||
default_sort_type: SortType::Hot as i16,
|
||||
default_listing_type: ListingType::Subscribed as i16,
|
||||
lang: "browser".into(),
|
||||
|
|
Loading…
Reference in a new issue