mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-27 01:51:28 +00:00
offline: disable categories in feedlist when not enabled in tt-rss main
This commit is contained in:
@@ -2958,6 +2958,9 @@
|
||||
print "<param key=\"hide_read_feeds\" value=\"" .
|
||||
(int) get_pref($link, "HIDE_READ_FEEDS") . "\"/>";
|
||||
|
||||
print "<param key=\"enable_feed_cats\" value=\"" .
|
||||
(int) get_pref($link, "ENABLE_FEED_CATS") . "\"/>";
|
||||
|
||||
print "<param key=\"feeds_sort_by_unread\" value=\"" .
|
||||
(int) get_pref($link, "FEEDS_SORT_BY_UNREAD") . "\"/>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user