summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--classes/prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/prefs.php b/classes/prefs.php
index 8eba40ad5..703246e9c 100644
--- a/classes/prefs.php
+++ b/classes/prefs.php
@@ -76,7 +76,7 @@ class Prefs {
Prefs::DIGEST_ENABLE => [ false, Config::T_BOOL ],
Prefs::CONFIRM_FEED_CATCHUP => [ true, Config::T_BOOL ],
Prefs::CDM_AUTO_CATCHUP => [ false, Config::T_BOOL ],
- Prefs::_DEFAULT_VIEW_MODE => [ "adaptive", Config::T_BOOL ],
+ Prefs::_DEFAULT_VIEW_MODE => [ "adaptive", Config::T_STRING ],
Prefs::_DEFAULT_VIEW_LIMIT => [ 30, Config::T_INT ],
//Prefs::_PREFS_ACTIVE_TAB => [ "", Config::T_STRING ],
//Prefs::STRIP_UNSAFE_TAGS => [ true, Config::T_BOOL ],