1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-07 13:51:33 +00:00

prefs: disable option ENABLE_FEED_ICONS

This commit is contained in:
Andrew Dolgov
2010-11-04 18:11:15 +03:00
parent f0361de20b
commit 85a922895f
4 changed files with 10 additions and 24 deletions

View File

@@ -14,7 +14,7 @@
$subop = $_REQUEST["subop"];
$prefs_blacklist = array("HIDE_FEEDLIST", "SYNC_COUNTERS", "ENABLE_LABELS",
"ENABLE_SEARCH_TOOLBAR", "HIDE_READ_FEEDS");
"ENABLE_SEARCH_TOOLBAR", "HIDE_READ_FEEDS", "ENABLE_FEED_ICONS");
$profile_blacklist = array("ALLOW_DUPLICATE_POSTS", "PURGE_OLD_DAYS",
"PURGE_UNREAD_ARTICLES", "DIGEST_ENABLE", "DIGEST_CATCHUP",