From 68863fbac8d0f9346eb3de17b079c84d5ead1b6c Mon Sep 17 00:00:00 2001 From: Offerel <14041522+Offerel@users.noreply.github.com> Date: Thu, 16 Jan 2020 17:11:04 +0100 Subject: Show Favorites as Unread (#2766) Co-authored-by: Frans de Jonge Co-authored-by: Marien Fressinaud --- app/Controllers/configureController.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Controllers/configureController.php') diff --git a/app/Controllers/configureController.php b/app/Controllers/configureController.php index dcb438587..84ee6057f 100755 --- a/app/Controllers/configureController.php +++ b/app/Controllers/configureController.php @@ -105,6 +105,7 @@ class FreshRSS_configure_Controller extends Minz_ActionController { FreshRSS_Context::$user_conf->posts_per_page = Minz_Request::param('posts_per_page', 10); FreshRSS_Context::$user_conf->view_mode = Minz_Request::param('view_mode', 'normal'); FreshRSS_Context::$user_conf->default_view = Minz_Request::param('default_view', 'adaptive'); + FreshRSS_Context::$user_conf->show_fav_unread = Minz_Request::param('show_fav_unread', false); FreshRSS_Context::$user_conf->auto_load_more = Minz_Request::param('auto_load_more', false); FreshRSS_Context::$user_conf->display_posts = Minz_Request::param('display_posts', false); FreshRSS_Context::$user_conf->display_categories = Minz_Request::param('display_categories', false); -- cgit v1.2.3