diff options
| author | 2020-04-16 18:09:54 +0200 | |
|---|---|---|
| committer | 2020-04-16 18:09:54 +0200 | |
| commit | 5ddae689535cb5df7ae4d54f0efc3806d71a266c (patch) | |
| tree | 04e69ba40476786881029117abd64dc2dfba4c9e /config-user.default.php | |
| parent | 475feffdbec733b3d3221276217692bed5f8f090 (diff) | |
Option to control which categories to unfold (#2888)
#fix https://github.com/FreshRSS/FreshRSS/issues/2324
Diffstat (limited to 'config-user.default.php')
| -rw-r--r-- | config-user.default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-user.default.php b/config-user.default.php index c517740da..1f4e1ec82 100644 --- a/config-user.default.php +++ b/config-user.default.php @@ -31,7 +31,7 @@ return array ( 'show_fav_unread' => false, 'auto_load_more' => true, 'display_posts' => false, - 'display_categories' => false, + 'display_categories' => 'active', //{ active, all, none } 'hide_read_feeds' => true, 'onread_jump_next' => true, 'lazyload' => true, |
