1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 16:31:28 +00:00

make f a hotkey persistent; obsolete option HIDE_READ_FEEDS

This commit is contained in:
Andrew Dolgov
2010-01-12 11:48:31 +03:00
parent 1e5548db54
commit dbfc952271
3 changed files with 11 additions and 9 deletions

View File

@@ -14,7 +14,7 @@
$subop = $_REQUEST["subop"];
$prefs_blacklist = array("HIDE_FEEDLIST", "SYNC_COUNTERS", "ENABLE_LABELS",
"ENABLE_SEARCH_TOOLBAR");
"ENABLE_SEARCH_TOOLBAR", "HIDE_READ_FEEDS");
if (FORCE_ARTICLE_PURGE != 0) {
array_push($prefs_blacklist, "PURGE_OLD_DAYS");