Change default values to have predictable default state (#4736)

This commit is contained in:
Alexis Degrugillier 2022-10-16 06:42:58 -04:00 committed by GitHub
parent e10ff9faa4
commit ebce6a76c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ return array (
'hide_read_feeds' => true,
'onread_jump_next' => true,
'lazyload' => true,
'sides_close_article' => true,
'sides_close_article' => false,
'sticky_post' => true,
'reading_confirm' => false,
'auto_remove_article' => false,
@ -58,7 +58,7 @@ return array (
'max_n_unread' => false,
'reception' => false,
'same_title_in_feed' => false,
'scroll' => true,
'scroll' => false,
'site' => true,
),
'theme' => 'Origine',