From b9939bdaac75233ab52c7c7a483d5e4feb4921a4 Mon Sep 17 00:00:00 2001 From: Ben Passmore Date: Thu, 9 Nov 2023 20:12:04 +1000 Subject: Added ability to mark articles as read on focus. (#5812) * Added ability to mark entries as read on focus. Feature proposed in issue #5723. * make-fix-all + i18n fr * Use batch to save resources and increase performance * Use "keep_unread" * typo --------- Co-authored-by: Alexandre Alapetite --- config-user.default.php | 1 + 1 file changed, 1 insertion(+) (limited to 'config-user.default.php') diff --git a/config-user.default.php b/config-user.default.php index c45fb60f5..2fbdad241 100644 --- a/config-user.default.php +++ b/config-user.default.php @@ -61,6 +61,7 @@ return array ( 'reception' => false, 'same_title_in_feed' => false, 'scroll' => false, + 'focus' => false, 'site' => true, ), 'theme' => 'Origine', -- cgit v1.2.3