diff options
Diffstat (limited to 'app/Models')
| -rw-r--r-- | app/Models/Configuration.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Models/Configuration.php b/app/Models/Configuration.php index e815561a9..3a408faa5 100644 --- a/app/Models/Configuration.php +++ b/app/Models/Configuration.php @@ -45,6 +45,8 @@ class FreshRSS_Configuration { 'load_more' => 'm', 'auto_share' => 's', 'focus_search' => 'a', + 'user_filter' => 'u', + 'help' => 'f1', ), 'topline_read' => true, 'topline_favorite' => true, |
