diff options
| author | 2020-03-09 20:36:24 +0100 | |
|---|---|---|
| committer | 2020-03-09 20:36:24 +0100 | |
| commit | 942103092545e0bd90802cccd4eab303ef172158 (patch) | |
| tree | 1ed52d84ca5be2e32312c6251e6385987d89e223 /config-user.default.php | |
| parent | 51edbc1578fe49b281b39d91451d2b9df0092028 (diff) | |
Option to show/hide favicons (#2821)
* Option to show/hide favicons
#fix https://github.com/FreshRSS/FreshRSS/issues/2819
* Also for subscription list
Diffstat (limited to 'config-user.default.php')
| -rw-r--r-- | config-user.default.php | 1 |
1 files changed, 1 insertions, 0 deletions
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, |
