From 942103092545e0bd90802cccd4eab303ef172158 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 9 Mar 2020 20:36:24 +0100 Subject: Option to show/hide favicons (#2821) * Option to show/hide favicons #fix https://github.com/FreshRSS/FreshRSS/issues/2819 * Also for subscription list --- config-user.default.php | 1 + 1 file changed, 1 insertion(+) (limited to 'config-user.default.php') diff --git a/config-user.default.php b/config-user.default.php index a814fe7c7..c517740da 100644 --- a/config-user.default.php +++ b/config-user.default.php @@ -76,6 +76,7 @@ return array ( 'reading_view' => '3', 'rss_view' => '4', ), + 'show_favicons' => true, 'topline_read' => true, 'topline_favorite' => true, 'topline_display_authors' => false, -- cgit v1.2.3