]> git.wh0rd.org - tt-rss.git/blobdiff - modules/pref-prefs.php
make f a hotkey persistent; obsolete option HIDE_READ_FEEDS
[tt-rss.git] / modules / pref-prefs.php
index dd58fe7b5858ebe81854ee70e6fbf396cb23b8a1..3bb86e9e1a212f17e474fc919db1571ec575fc72 100644 (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");