From 5ddae689535cb5df7ae4d54f0efc3806d71a266c Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 16 Apr 2020 18:09:54 +0200 Subject: Option to control which categories to unfold (#2888) #fix https://github.com/FreshRSS/FreshRSS/issues/2324 --- config-user.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config-user.default.php') 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, -- cgit v1.2.3