made widenTimeline false by default
This commit is contained in:
parent
06ba190e2e
commit
f15b94d566
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue