mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-04-30 11:09:30 +08:00
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…
Reference in a new issue