2
0
Fork 0

add option to not scroll to the top when showing unread posts

This commit is contained in:
notfire 2025-08-09 18:03:09 -04:00
commit 01f19e7fcd
No known key found for this signature in database
6 changed files with 27 additions and 2 deletions

View file

@ -128,6 +128,7 @@ export const defaultState = {
recurseSearch: false,
recurseSearchLimit: 100,
dedupeBoosts: true,
scrollToTopOnNewPostClick: true,
showFaviconBadge: true,
autoRefreshOnRequired: true,
showUnreadInTitle: true,