made widenTimeline false by default

This commit is contained in:
Riedler 2025-02-07 03:50:44 +01:00
parent 06ba190e2e
commit f15b94d566

View file

@ -61,7 +61,7 @@ const defaultState = {
showNavShortcuts: true, showNavShortcuts: true,
showWiderShortcuts: true, showWiderShortcuts: true,
sidebarRight: false, sidebarRight: false,
widenTimeline: true, widenTimeline: false,
subjectLineBehavior: 'email', subjectLineBehavior: 'email',
theme: 'pleroma-dark', theme: 'pleroma-dark',
virtualScrolling: true, virtualScrolling: true,